- MeteorJS 1.3.*
- Angular 1.5.*
- Angular-Material
- Angular-Meteor
- ui-router
- Meteor Accounts
- Account-Roles
- MongoDB
This uses a number of open source projects to work properly:
- AngularJS - HTML enhanced for web apps!
- [Twitter Bootstrap] - great UI boilerplate for modern web apps
- [node.js] - evented I/O for the backend
- [Express] - fast node.js network app framework
- [jQuery] - duh
Meteor was used for it DDP Protocol. For more information please reference https://en.wikipedia.org/wiki/Distributed_Data_Protocol.
0.0.1
To Run This Requires:
- Meteor.js v1.3+
- Node.js v4+
- Angular.io v1.5+
You need Meteor installed globally:
$ curl https://install.meteor.com/ | sh
$ git clone
$ cd chatdrive_public
$ meteor npm i -d
$ meteor
- Write Tests
- Add Code Comments