#Meteor Chat Example Another MeteorJs chat example extended
With:
- Publish and suscribe methods
- Meteor.methods to BD access
- Deny Rules for deny users to write directly to collections from client code using console
Live Demo: http://anotherchatexample.meteor.com/
This example is based on:
The examples uses:
To run this example, clone it and:
cd MeteorJsChatExample
mrt add router
mrt add bootstrap
mrt add font-awesome
mrt add bootboxjs
mrt run
You need have NodeJs, Meteor and Meteorite installed.