weywot/backend
Dustin 7806b67531 backend: daemon: Begin JSON-RPC implementation
Beginning the implementation of the JSON-RPC server in the privileged
daemon.  We're using *jsonrpc-core* for the JSON-RPC implementation,
which includes serialization, connection handling, and method dispatch.

The first RPC method is a simple status query, which returns the daemon
version and the number of seconds the daemon process has been running.
2022-01-09 12:49:19 -06:00
..
src backend: daemon: Begin JSON-RPC implementation 2022-01-09 12:49:19 -06:00
.gitignore backend: Begin server process work 2022-01-08 17:28:42 -06:00
Cargo.lock backend: daemon: Begin JSON-RPC implementation 2022-01-09 12:49:19 -06:00
Cargo.toml backend: daemon: Begin JSON-RPC implementation 2022-01-09 12:49:19 -06:00
rustfmt.toml backend: Begin server process work 2022-01-08 17:28:42 -06:00