Research about realtime handling message into web platform. Running on Node Environment
Ensure you have NodeJS Environtment. Please refer to https://nodejs.org/en/ to setup NodeJS environment
- socket-client is a example of client who consume all message through spesific channel port.
- socket-server is a server to produce message then distributed into spesific channel. It will emit all message transmition
- ReactJS
- Socket.io
git clone [email protected]:firmangel8/research-distributed-messaging.git
- go to inside socket-client (cd socked-client)
- run command
npm install
- run command
npm start
- Go to inside socket-server (cd socked-server)
- run command
npm install
node app.js