Swarm: examples
Swarm is a reactive data sync middleware for web and mobile applications. See: https://github.com/gritzko/swarm
This demo is normally online at http://ppyr.us:8001/demo3/index.html
Getting Started
-
Install node.js ("learnyounode" nodeschool.io project can be useful for newbies).
-
Clone "swarm-example" repo:
git clone https://github.com/swarmjs/swarm-example.git cd swarm-example/
-
Install dependencies:
npm install
-
Start the demo app:
npm start
-
Open http://localhost:8000/demo3/index.html in the browser.
License
The MIT License