This is a web based chat application which has features like display real time online users, chats and chat history. Technologies used React.js(ES6), Node.js, websocket server, HTML, CSS
Steps to build and host the application
- Clone the repo
- Run 'npm install'
- Run 'npm start -s' to run the server
- Run an http server(http://localhost:8888) on the client folder to run the client