Bridge is a new RPC framework for building modular services and scalable cross-language applications.
Simple
No configuration files or IDLs. Exposed functions are immediately accessible without compiling or code generation. Quick to learn, easy to use.
Bidirectional client-server & server-server communication
Bridge was designed for both client-server and server-server interactivity, with bidirectional communication to any client front-end applications (browser, mobile, desktop) and any server applications using WebSocket and TCP connections. Secure communication with clients and external services
Efficient binary data serialization
Using messagepack for binary serialization, you can efficiently transmit files and data structures.