Open adamjs opened 4 years ago
The plan for this has changed-- we're now adding a Remote (RPC) Layer on top of our core API via Protocol Buffers and ZeroMQ.
This new Remote API will support several things:
Remote Rendering:
Improved Security (for platforms that support multi-process):
Multi-Language Bindings
@adamjs Hey, any update on this?
For various reasons (crash recovery, site isolation, asynchronous rendering), certain users may wish to run the Renderer/Views in a standalone process.
Build a multi-process RPC layer around the C API so users can start and run multiple, independent instances of the library.