An RPC client on electron, and python as backend platform.
- Install thrift and add thrift in to PATH. Make sure run
thrift --version
has its version output. - Run gene.bat or write your own bash script.
- In Client, run
npm install thrift electron
- (Optional) Create a Python virtual environment
- In virtual environment or normal python environment, run
pip install thrift
- Modify Python path in main.js to where your python is.
- In Client, run
npm start
and try it!
- 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