This is a simple json message server.
The authenticated client broadcasts json message to every other client.
git clone https://github.com/pandalabo/json-msg-server.git
cd json-msg-server
npm install
node server.js
- see public/broadcaster.html to implement message sender.
- see public/reciever.html to implement message reciever.
MIT