signal-cli-http/readme.md

859 B

Signal-CLI HTTP

Very early in development.

Very simple HTTP frontend to signal-cli JSON RPC.

Please see the JSONRPC documentation for signal-cli: https://github.com/AsamK/signal-cli/blob/master/man/signal-cli-jsonrpc.5.adoc

Please also read the following README files for the individual modules to understand how to configure and interact with this program:

  • args handles command line arguments.
  • auth handles the authentication JSON and checking requests.
  • subprocess manages the underlying signal-cli JSONRPC process, along with caching incoming messages.
  • web - handles the HTTP requests to this program, including the necessary edge cases.