Very simple message broker. Designed for login tokens for the GrammarSoft Proofing Tools frontend, but could be extended for anything.
CADUCEUS_PORT
orPORT
Port to listen on; defaults to 3000CADUCEUS_SECRET
Caduceus secret; defaults to the server's hostname
The code pulls in these external dependencies:
ws
: Node.js WebSockets 8.x via npm