usawa

Signed, immutable accounting.
Info | Log | Files | Refs | Submodules | LICENSE

server.texi (439B)


      1 @anchor{service}
      2 @chapter Service
      3 
      4 usawa provides a socket daemon service to allow multiple clients operate on the same cache store concurrently.
      5 
      6 It is currently implemented as a @emph{Unix socket} and a @emph{TCP socket}.
      7 
      8 The daemon will be run with its own private key, and will sign all responses.
      9 
     10 The daemon will also provide an authentication mechanism, checking access to the store with an ACL and a signature for each request.