This is a real-time messaging APP, much like Skype, Instagram's messenger or Facebook's messenger. The message data is not persistent so when the final user leaves the chat room, all of the messages are lost.
- Fork and Clone this repo.
- Run
npm initin the main directory & ws-server directory. - Run
npm startin 1 terminal in the main directory &npm startin a separate terminal in the ws-server directory. - Navigate to
localhost:3000in 2 separate browsers. - Experiment with Change user names and sending messages.
- Express
- React
- React-Dom
- UUID
- WS (WebSockets)
- Heroku Demo site coming soon!

