A real time chat application implemented using Node.js and socket.io, front-end built in ReactJs.
#Intoduction
This is a basic chatting application which lets the user create a room, other people can join the same room and starting messaging. The server is setup through node.js and real time updation is done through socket connetion between client and server sides, this is done through socket.io Library. The front end is implements in ReactJs, basic concepts like components, hooks, react router, etc. are used.
#to run locally
- in your terminal run - git clone https://github.com/PS1242/chat-app.git
- cd into client and server folders and run npm install separately for both.
- run npm start for both client and server folders.
- access localhost:3000 on your browser.
#Join Room
#Room Created
#Let other people join the same room, start chatting !