macchina.io Blog

Internet of Things, edge computing, IoT device software, C++


Connecting a JavaScript Web Application to a C++ Backend With Remoting NG and JSON-RPC

Applied Informatics Remoting NG 2013.2 contains a new JSON-RPC transport that implements the JSON-RPC 2.0 protocol. JSON-RPC is a stateless, light-weight remote procedure call (RPC) protocol using JSON as serialization format and HTTP or WebSockets as transport. This can be used to make a JavaScript web application talk to a C++ backend, RPC-style, by simply […]

Tagged , , ,