Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

logo


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