The modules provide simple private messaging over SSH through an authenticating message broker server.
- Simply run the server
- Run any number of intances of the client
- Authenticate each user based on the "users.json" file
- Enter the
[onlineusers]
command on each client to see a list of online users - Enter
[msg] <target-user-id> <message>
to send messages to different users - Hit enter for any client to refresh its feed of message
- Tap on
Ctrl + C
any time to conveniently shutdown clients or the server