Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/przucidlo/electron-broker

Simple and seamless messaging for Electron with built-in inter-process communication protocol.
https://github.com/przucidlo/electron-broker

childprocess electron electron-ipc electron-ipc-communication electron-library electron-main electron-renderer electronjs ipc library nodejs open-source typescript typescript-library

Last synced: 5 days ago
JSON representation

Simple and seamless messaging for Electron with built-in inter-process communication protocol.

Awesome Lists containing this project

README

        





Simple and seamless messaging for Electron, with built-in inter-process communication protocol.




# About

The broker was created as a part of a side-project, that was built on top of Electron, and its purpose was to reduce the boilerplate code that we had to write, to scale the application. By moving execution of certain tasks to different processes. I decided to make the code open-source, to benefit the community, and allow people to more efficiently code their apps, and overall improve the development experience.

By abstracting the Electron API, broker provides you with simple and well known syntax, to handle your messages. If you used Spring or NestJS before, you will feel right at home.

# Getting started

Learn more at project [documentation](https://przucidlo.github.io/electron-broker/) page.

# License

This project is published under [MIT](https://github.com/przucidlo/electron-broker/blob/master/LICENSE) license.