A simple node.js p2p communication system for messaging and file transfer
- 🔁 p2p messaging across secret networks
- 🔁 p2p file sharing
- 🪵 Extensive logging system with the option to log to a given file
- ⚙️ Node.js and Bare runtime compatible for React Native, Pear runtime and standard Node.js environments
- ⚙️ TypeScript compatible
This is just a simple (to use) npm module. So install it into your project using npm.
npm install @peardrive/corePearDrive works in Bare runtime, a node.js runtime that works on mobile builds in React Native.
-
Basic tutorial on working with Bare runtime to create mobile apps.
-
Hands on tutorial for creating a React Native app in Bare runtime and connecting PearDrive to the UI
A special thanks to Hope.ts for the enormous dedication of time and foundational work on the design and scope of this project.