0.2.5 • Published 7 years ago

peranta v0.2.5

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Peranta

Handling IPC messages can be a pain if you are building an app with a very active communication between processes. Instead of reinventing the wheel Peranta aims to reduce the learning curve by reimplementing well known patterns such as those used for routing in Express on the server side and a Promise-based API on the client side.

This is the core package of peranta which provides IPC and routing management. In order to use it, instead of this package you will have to install an adapter depending on the scenario.

These are the adapters currently available:

  • peranta-electron for handling IPC between the main process and the renderer process.
  • perante-worker for handling IPC between a web worker and the main thread.

Documentation

License

MIT