electron-typed-bridge
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

electron-typed-bridge

End-to-end typesafe Electron IPC (Inter-Process Communication).

Overview

Electron consists of two types of processes (main - Node.js environment and renderer - responsible for rendering web content) and relies on IPC channels to communicate between main and renderer processes. Nevertheless, setting IPC to run correctly and safely is tedious and challenging, especially for large applications.

electron-typed-bridge allows you to easily build & consume typesafe IPC channels with Typescript.

  • 🧙‍♂️ Full static typesafety & autocompletion with Typescript.
  • ✅ Well-tested and production ready.
  • 🥃 Subscription support with RxJS.

Credits

electron-typed-bridge is based on:

Package Sidebar

Install

npm i electron-typed-bridge

Weekly Downloads

1

Version

2.0.0

License

MIT

Unpacked Size

28.7 kB

Total Files

13

Last publish

Collaborators

  • quanglam2807