Go to file
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
backend backend: daemon: Begin JSON-RPC implementation 2022-01-09 12:49:19 -06:00
ui Initial commit 2022-01-04 20:52:54 -06:00
weywot.code-workspace Initial commit 2022-01-04 20:52:54 -06:00