0.1.0 • Published 10 years ago
pouch-websocket-sync-example v0.1.0
pouch-websocket-sync-example
Example "Todo-MVC" application of using pouch-websocket-sync together with React and Redux, keeping local database in sync with remote.
Pre-requisites
You must have Node.js installed.
Download
Clone this repo:
$ git clone git@github.com:pgte/pouch-websocket-sync-example.git
$ cd pouch-websocket-sync-exampleInstall dependencies:
$ npm installStart
Start web server:
$ npm startStart websocket server:
$ node websocket-serverOpen http://localhost:3000 in your browsers.
License
ISC