https://github.com/olebedev/chat
SwarmDB Example Chat Application
https://github.com/olebedev/chat
Last synced: over 1 year ago
JSON representation
SwarmDB Example Chat Application
- Host: GitHub
- URL: https://github.com/olebedev/chat
- Owner: olebedev
- Created: 2018-02-20T12:10:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-11T02:11:13.000Z (about 7 years ago)
- Last Synced: 2024-05-13T05:09:34.865Z (about 2 years ago)
- Language: JavaScript
- Homepage: https://olebedev.github.io/chat
- Size: 7.04 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat
> an example application using [SwarmDB](https://github.com/gritzko/swarm) as a data-sync layer
### Run locally
Setup the project.
```bash
$ 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](https://facebook.github.io/react-native/docs/running-on-device.html) tutorial to run on mobile device.