an example application using SwarmDB as a data-sync layer
Setup the project.
$ git clone [email protected]:olebedev/chat.git ./SwarmChat
$ cd ./SwarmChat
$ yarn
$ docker run -d --name swarmdb -p 31415:31415 -v `pwd`:/var/lib/swarm olebedev/swarmdbStart web application by hitting yarn start:web. Or use this tutorial to run on mobile device.