/electron-rpc

An RPC client on electron, and python as backend platform.

Primary LanguageJavaScriptMIT LicenseMIT

electron-rpc

An RPC client on electron, and python as backend platform.


How to run

  1. Install thrift and add thrift in to PATH. Make sure run thrift --version has its version output.
  2. Run gene.bat or write your own bash script.
  3. In Client, run npm install thrift electron
  4. (Optional) Create a Python virtual environment
  5. In virtual environment or normal python environment, run pip install thrift
  6. Modify Python path in main.js to where your python is.
  7. In Client, run npm start and try it!

screen shot

success to receive the return message

caution:

  • If you try to run Python script directy, you may unable to send Interrupt Signal to it. Please send KILL SIGNAL to Python process.
  • RPC will use 127.0.0.1:8000 as local data transfer, if this port has been used, please modify it in main.js and main.py

Author: LuoXishuang