Giter Club home page Giter Club logo

fes's Introduction

File Encryption System

Requirements

  • node
  • yarn
  • python3
  • libzmq3-dev
  • autopep8

Build

yarn install
node_modules/.bin/electron-rebuild
pip install zerorpc

For auto format of python, pip install autopep8.

If you cannot run electron-rebuild:

Make sure you have installed libzmq3-dev on debian based machine (other machine can try find zmq on google).

If you are using old node version, (v8.x.x), then libzmq must be rebuild manually.

cd node_modules/zeromq
yarn run build # or npm run build
cp Release/lib/libzmq.a  lib/
cd ../../
node_modules/.bin/electron-rebuild

We need to rebuild electron to work with zeromq.

Run

In one terminal:

yarn start
# will run react and electron

In another terminal:

python src/python/rpc.py
# will run the python server

Development

  • Everything should be in src/components
  • Python backend should be in src/python
  • Redux store is in src/store.js
  • Reducer should be named after its namespace in src/reducers and export to src/reducers/index.js
  • Sagas should be placed in src/sagas

After everything is done, run yarn run format, to format your code.

How?

React runs a server and electron open the link, in production, react is built and index.html is used. Electron should start python backend binary, this backend will provide a tcp connection using zerorpc. At react code, get zerorpc from electron.remote (nodejs native code import), and call backend.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.