Skip to content

kubasn/node-chat-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Chat App

Chat Login

Chat Page

Check out the chat application deployed on Heroku! https://desolate-fjord-74477.herokuapp.com/

  • Simply open up two or more windows/tabs.
  • Join the same room (case sensitive).
  • Chat like crazy!
  • Send your location through coordinates! (Geolocation special feature)

###Technologies used in this project include:

  • Node/Express
  • Socket.io
  • Geolocation API
  • ES6
  • Mustache.js
  • Moment.js
  • jQuery
  • Mocha / Expect

Installation

git clone https://github.com/binhxn/node-chat-app.git
cd node-chat-app
npm install

Run Server

npm run dev

Testing

npm run test

About

Node Chat App with Socket.io. Includes minor testing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.4%
  • CSS 2.2%
  • HTML 1.4%