TheFramework: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Outline= * Multi-user realtime 3d graphics editor. * Microservice inspired architecture. But use IPC/shared memory when possible. * Hash all the things.") |
No edit summary |
||
| Line 2: | Line 2: | ||
* Multi-user realtime 3d graphics editor. |
* Multi-user realtime 3d graphics editor. |
||
* Microservice inspired architecture. But use IPC/shared memory when possible. |
* 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. |
* Hash all the things. |
||
=RPC= |
|||
Capnproto is a bit of a pain to integrate into Rust. |
|||
Revision as of 22:24, 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.