caduceus
v1.1.1
Published
Message exchanger
Downloads
16
Readme
Caduceus
Very simple message broker. Designed for login tokens for the GrammarSoft Proofing Tools frontend, but could be extended for anything.
Environment Variables / App Settings
CADUCEUS_PORT
orPORT
Port to listen on; defaults to 3000CADUCEUS_SECRET
Caduceus secret; defaults to the server's hostname
External Dependencies
The code pulls in these external dependencies:
ws
: Node.js WebSockets 4.1.0 via npm