Software
The following codebases are part of the LoRes project.
LoRes Node
Web application for Node Stewards to manage their LoRes Node. Typically installed via Co-op Cloud.
LoRes Dev Server
In-memory development gRPC server for the lores-p2panda API.
LoRes App Node
A library powering the ability to build an event-sourced app, with a resilient connection to a local LoRes Node.
LoRes Chat Example
An example LoRes App, demonstrating live chat between users using the web software on different nodes, by sending messages to the local Lores Node which are then transmitted over the P2Panda connection.
LoRes P2Panda Client
Rust client library for the lores-p2panda-server gRPC API. Can be used in a lores app to send and receive messages over the regional p2panda network.