Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 543 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 543 Bytes

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