Skip to content

Simple chat application built on the Meteor JavaScript Platform.

License

Notifications You must be signed in to change notification settings

ocamler/meteor-chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MeteorChat

ocamler's fork:

The goals here are to add some subtle improvements:

  • indicate who's connected, thanks to mizzao:user-status [DONE]
  • save history of messages even after restart [DONE]
  • drive room switching by window.location.hash value [DONE]
  • allow users to create new rooms on the fly [DONE]
  • make the app mobile-friendly
  • add an admin panel to log, archive, download and purge old posts

dasniko's original:

Simple chat application with different chat-rooms built on the Meteor JavaScript Platform.

Not much functionality, only to demonstrate how simple it is to set up a reactive app using Meteor.

Used add-on packages (for convenience only!):

  • bootstrap for beautifying the UI
  • accounts-password and accounts-ui for having the user authenticated right out of the box

Application is deployed at http://chat.n-k.de

Feel free to fork/copy/whatever...

About

Simple chat application built on the Meteor JavaScript Platform.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.7%
  • HTML 39.0%
  • CSS 2.3%