Skip to content
/ chatr Public

A simple chat application created with nodejs/socket.io/express.js

Notifications You must be signed in to change notification settings

wwalmnes/chatr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chatr

A simple chat application created with nodejs/socket.io/express.js

Uses:

NodeJS - http://nodejs.org/

Socket.io - http://socket.io/

Express.js - http://expressjs.com/ (If you get an error trying to run the app, you might need to install express globally: npm install -g express

Application running at: http://stark-sea-3686.herokuapp.com/ (it might take some seconds for the heroku worker to get started).

TODO

  • Security.
  • Temporary storage be changed to permanent storage.
  • Remove clients when they leave the chat.
  • Under some circumstances outputting a message twice.
  • Extra '\n' when using Internet Explorer?

About

A simple chat application created with nodejs/socket.io/express.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published