Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 22 days 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-02T13:43:43.000Z (23 days ago)
- Last Synced: 2024-12-02T14:44:29.354Z (23 days 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.
[![npm](https://img.shields.io/npm/v/react-native-swarmcloud.svg)](https://www.npmjs.com/package/react-native-swarmcloud)
[![npm](https://img.shields.io/npm/l/react-native-swarmcloud.svg)](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)## Request Token
See [here](https://www.swarmcloud.net/guides/getting-started#for-mobile-app-integration)## 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). Before reporting an issue, please search if the FAQ has the answer to your problem.## Contact Us
Email:[email protected]
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