https://github.com/srowhani/meteor-chat
Meteor sandboxing
https://github.com/srowhani/meteor-chat
Last synced: about 2 months ago
JSON representation
Meteor sandboxing
- Host: GitHub
- URL: https://github.com/srowhani/meteor-chat
- Owner: srowhani
- Created: 2015-04-01T17:08:19.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-01T17:11:59.000Z (about 11 years ago)
- Last Synced: 2025-12-26T09:35:03.246Z (6 months ago)
- Language: JavaScript
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
meteor-chat
===========
This is an independent project done for Professor Anil Somayaji for COMP2406 - Web Development
It showcases the framework Meteor, and how powerful it can truly be.
##Dependencies
- Iron Router
- gadicohen:reactive-window
- Foundation
- Meteor-Platform
This app works on the following premise. There exists two databases.
- Users
- Conversations
Conversations include two unique user ID's. The sender, and the reciever. Using MongoDB's quick ability to
grab a cursor of matching elements of a query, if a client is either a sender, or reciever they will have
access to their part of the database.
##Demo
A working demo can be found on:
https://seena.meteor.com/chat