Skip to content

nweat/simply-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simply-chat

This is a simple real time chat client I built to show you some of the functionalities you can achieve with MeteorJS with a few lines of code.

This example is based on an existing example but I added/improved the following functionality:

  • CSS improvements
  • 'is typing' functionality
  • show online users
  • automatically slides down to a new message

These packages were required:

meteor add mizzao:user-status
meteor add accounts-ui accounts-password
meteor add momentjs:moment
meteor add mrt:moment-timezone 
meteor add jquery

Setup:

sudo git clone https://github.com/nweat/simply-chat
cd simply-chat/ 
sudo meteor 

About

A simple chat application built with Meteor JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published