learodrigo / real-time-chat-app

Node chat application with real time data flow with socket.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Real time chat application

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.

Wanna have a look?

  • 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

Reference

Socket.io

Geolocation API

Mustache js

qs js

About

Node chat application with real time data flow with socket.io

License:The Unlicense


Languages

Language:JavaScript 52.3%Language:HTML 28.9%Language:CSS 18.8%