neatcomet
v0.2.6
Published
Language-agnostic Meteor-style model synchronization layer for comet applications
Downloads
23
Readme
NeatComet
Language-agnostic Meteor-style model synchronization layer for comet applications
Install
Example 1: Yii2-based server and Backbone-based client
This is a general plan. TODO: detail it to become a guide.
- Install with npm
- Add transport to yii2 config
- Add to yii2 base model
- Add to Backbone client
- Init bindings
- Create command to run the server
Run tests
cd
into the directory, where this README.md file is.- Ensure
npm install
was called here. - Run
./node_modules/.bin/extnodeunit tests