项目作者: geut

项目描述 :
React native dat experiment
高级语言: JavaScript
项目地址: git://github.com/geut/rn-dat.git
创建时间: 2019-02-27T19:39:15Z
项目社区:https://github.com/geut/rn-dat

开源协议:

下载


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.