This is simple chatting app which is build using socket.io library.
Follow the below steps to Run this app in your local system:-
- clone the repository.
- go inside node-server and run mpn install.
- also to run client side you can use live server and backend server using npm start.
- client server url is: http://127.0.0.1:5500/
- server side url is: http://localhost:8080