Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# dat-react-native
> React native app using Dat

The 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.