Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geut/rn-dat
React native dat experiment
https://github.com/geut/rn-dat
dat experiment mobile p2p react-native
Last synced: about 2 months ago
JSON representation
React native dat experiment
- Host: GitHub
- URL: https://github.com/geut/rn-dat
- Owner: geut
- Created: 2019-02-27T19:39:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-14T15:14:40.000Z (almost 5 years ago)
- Last Synced: 2023-02-27T13:33:38.585Z (almost 2 years ago)
- Topics: dat, experiment, mobile, p2p, react-native
- Language: JavaScript
- Size: 407 KB
- Stars: 11
- Watchers: 7
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dat-react-native
> React native app using DatThe idea is to get it working a react native app connected to Dat.
## Stage 0 (completed)
- Find each missing required dependency of Dat for nodejs and create a fix using react native modules.## Stage 1 (completed)
- Run an Hypercore feed in react native and store the data in memory or `realm` for a real case.
- Create a swarm using native TCP/UDP connections and make a discovery of the feed through the network.
- Replicate feeds through the network.## Stage 2 (working)
- Create a demo on top of Dat to show a p2p app working.