Skip to content

olebedev/chat

Repository files navigation

Chat

an example application using SwarmDB as a data-sync layer

Run locally

Setup the project.

$ git clone git@github.com:olebedev/chat.git ./SwarmChat
$ cd ./SwarmChat
$ yarn
$ docker run -d --name swarmdb -p 31415:31415 -v `pwd`:/var/lib/swarm olebedev/swarmdb

Start web application by hitting yarn start:web. Or use this tutorial to run on mobile device.

About

SwarmDB Example Chat Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published