A real time chat application built with React, Node.js and Express using Socket.io
yarn install
yarn start
npm install
npm run start
The server should start on port: 7000
Now to use this application open localhost:3000 on different tabs and enter different names from each tab and see who all is active on this application.