0.2.0 • Published 7 years ago

sync-sock v0.2.0

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

Sync Sock

A small framework for syncing data between clients and node via Socket.IO.

Work in progress...

Installation

npm install sync-sock --save

Bundled with sync-sock-client.js which must be included in html. Dependency, enrich-js, must also be included in html for use in the client.

Usage

See example directory for simple working example.

Contribution

Release History

  • 0.1.0 Initial release
  • 0.2.0 Working example