TheFramework: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(→RPC) |
||
| Line 8: | Line 8: | ||
=RPC= |
=RPC= |
||
Capnproto is a bit of a pain to integrate into Rust. |
Capnproto is a bit of a pain to integrate into Rust. |
||
Look into using [https://github.com/tokio-rs/tokio tokio] for async. |
|||
Revision as of 22:42, 27 December 2016
Outline
- Multi-user realtime 3d graphics editor.
- Microservice inspired architecture. But use IPC/shared memory when possible.
- Need a local daemon as a gateway/introducer for the services.
- Hash all the things.
RPC
Capnproto is a bit of a pain to integrate into Rust.
Look into using tokio for async.