Skip to content

MeteorBurlington/sample-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample-Chat

Create a basic chatroom app using Meteor.


What to do:

If you're new to Meteor, you may want to get started with the first few steps of the official Meteor Tutorial

Useful resources:

Goals:

  • Display a form with an input
  • On submit, insert the contents of the input (the message) as a document into a Collection
  • Display a list of the messages stored in the database
  • Add the accounts-password and accounts-ui packages to your project to allow users to create accounts
  • When submitting a message, save the username of the currently logged in user user along with the message
  • Display associated username next to each message in the message list
  • Deploy your app to <appnamegoeshere>.meteor.com using meteor deploy <appnamegoeshere>

Stretch goals:

  • Remove the autopublish and insecure packages, and get your app working again
  • Add multiple chat rooms (try using a router like kadira:flow-router)
  • Use the check package to validate input docs

Issues Trackable Here

https://huboard.com/MeteorBurlington/Sample-Chat/

About

A sample chat application utilizing the basic meteor functionality

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published