https://github.com/swarm-cloud/react-native-swarmcloud
Official React Native bindings for SwarmCloud's P2P SDKs.
https://github.com/swarm-cloud/react-native-swarmcloud
android cdnbye ios p2p pcdn player reactnative sdk swarmcloud webrtc
Last synced: 4 months ago
JSON representation
Official React Native bindings for SwarmCloud's P2P SDKs.
- Host: GitHub
- URL: https://github.com/swarm-cloud/react-native-swarmcloud
- Owner: swarm-cloud
- License: mit
- Created: 2024-09-30T12:39:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-21T12:57:10.000Z (over 1 year ago)
- Last Synced: 2025-04-04T06:51:08.582Z (about 1 year ago)
- Topics: android, cdnbye, ios, p2p, pcdn, player, reactnative, sdk, swarmcloud, webrtc
- Language: Kotlin
- Homepage: https://www.swarmcloud.net
- Size: 1.35 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

Official React Native bindings for SwarmCloud's P2P SDKs.
[](https://www.npmjs.com/package/react-native-swarmcloud)
[](LICENSE)
## Installation
### Installing (React Native >= 0.60.0)
Install `react-native-swarmcloud`:
```shell script
yarn add react-native-swarmcloud
```
or
```shell script
npm i --save react-native-swarmcloud
```
Go to your **ios** folder and run:
```shell script
pod install
```
## Usage
See [documentation](https://www.swarmcloud.net/rn?utm_source=github)
## Request Token
See [here](https://www.swarmcloud.net/guides/getting-started#for-mobile-app-integration?utm_source=github)
## Dashboard
Register your AppId at https://dash.swarmcloud.net, where you can view p2p-related information.
## Issue & Feature Request
- If you found a bug, open an issue.
- If you have a feature request, open an issue.
## Related Projects
- [hlsjs-p2p-engine](https://github.com/cdnbye/hlsjs-p2p-engine) - Web Video Delivery Technology with No Plugins.
- [ios-p2p-engine](https://github.com/cdnbye/ios-p2p-engine) - iOS Video P2P Engine for Any Player.
- [android-p2p-engine](https://github.com/cdnbye/android-p2p-engine) - iOS Video P2P Engine for Any Player.
- [flutter-p2p-engine](https://github.com/cdnbye/flutter-p2p-engine) - Official Flutter bindings for SwarmCloud's P2P SDKs.
## FAQ
We have collected some [frequently asked questions](https://www.swarmcloud.net/faq?utm_source=github). Before reporting an issue, please search if the FAQ has the answer to your problem.
## Contact Us
Email:service@cdnbye.com
Telegram: @cdnbye
Skype: live:86755838
## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT