Node chat application with real time data flow with socket.io. It has 2 simple views: one for connection to a chat room and the chat itself with a sidebar with current users conencted. Also, users can share their location with a google map link.
git clone git@github.com:learodrigo/real-time-chat-app.git
cd real-time-chat-app
npm i
npm run dev
- Open http://localhost:3000
- Ready to go