Chat demo created with socket.io and React.js. Used for the Cresta Startup Coding Challenege. Message me if any questions. Thanks!
$ git clone https://github.com/GreenRabite/chat-agent-socketio.git
$ cd chat-agent-socketio
$ npm install
$ npm start
$ cd frontend
$ npm install
$ npm start
And point your browser to http://localhost:3000
. Open a new tab at
http://localhost:3000
for a another session connected to a socket.
- One agent can sign in and chat with multiple clients
- Color coded flags to let the agent know if a new message has arrived
Offline
/Online
toggle allowing the agent to switch between offline and online