0.2.6 • Published 7 years ago

neatcomet v0.2.6

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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.

  1. Install with npm
  2. Add transport to yii2 config
  3. Add to yii2 base model
  4. Add to Backbone client
  5. Init bindings
  6. Create command to run the server

Run tests

  1. cd into the directory, where this README.md file is.
  2. Ensure npm install was called here.
  3. Run ./node_modules/.bin/extnodeunit tests