Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 442 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 442 Bytes

Microservices

The goal of this demo is to show that using RPCs is not just confined to remote calls. Instead, when a module is needed to be flexible, forward maintainable, and portable; an RPC can and should be considered with minimal overhead. To run the profiling version of this demo in native_posix, use profile.sh. To run it on device, use:

$ west build -p -b ${board} samples/microservices && west flash