@peardrive/core
v3.0.0
Published
> A simple node.js p2p communication system for messaging and file transfer
Keywords
Readme
PearDrive Core
A simple node.js p2p communication system for messaging and file transfer
✨ Features
- 🔁 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
📦 Installation
This is just a simple (to use) npm module. So install it into your project using npm.
npm install @peardrive/core🔨 Tutorial / Examples
React Native (for mobile apps)
PearDrive 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
