An open API service indexing awesome lists of open source software.

https://github.com/cnrstvns/python-electron-boilerplate

Boilerplate for Electron Frontend and Python Backend applications.
https://github.com/cnrstvns/python-electron-boilerplate

Last synced: 4 months ago
JSON representation

Boilerplate for Electron Frontend and Python Backend applications.

Awesome Lists containing this project

README

        

# python-electron-boilerplate
python-electron-boilerplate is a boilerplate framework allowing you to create a multi-process application using Python as a backend and Node.JS and Electron on the frontend. ZeroMQ sockets are used to create communication channels. This is very barebones and merely displays the functionality that ZMQ can offer to communicate between processes.
![Boilerplate](https://i.imgur.com/T7CyAk4.png)

## Running
Run app.py in the backend, and then start electron in the frontend directory.

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License
[MIT](https://choosealicense.com/licenses/mit/)