lnx-search / datacake

Tooling for creating your own distributed systems.
MIT License
394 stars 21 forks source link

Add RPC framework. #16

Closed ChillFish8 closed 1 year ago

ChillFish8 commented 1 year ago

Tonic doesn't support runtime-based adding and removal of services, which is a big need for datacake.

While writing this we might as well make use of some easy optimizations like using rkyv for our serialization and deserialization and use some nice zero-copy tricks.