Realtime chat application
This application was made with:
♠️ Express JS.- ⚡️ Socket.io.
- Run
npm install
to install the project dependencies. - Run
npm run app:dev
to start the application in development mode. - Ready! The app will be listening at
http://localhost:8080/
!