Example "Todo-MVC" application of using pouch-websocket-sync
together with React and Redux, keeping local database in sync with remote.
You must have Node.js installed.
Clone this repo:
$ git clone [email protected]:pgte/pouch-websocket-sync-example.git
$ cd pouch-websocket-sync-example
$ npm install
Start web server:
$ npm start
Start websocket server:
$ node websocket-server
Open http://localhost:3000 in your browsers.
ISC