agora-token-service
an Agora Token Server using Golang & Gin to run as a webservice (by AgoraIO-Community)
VideoUIKit-ReactNative
A React Native package to simply integrate Agora Video Calling or Live Video Streaming to your app with just a few lines of code. (by AgoraIO-Community)
agora-token-service | VideoUIKit-ReactNative | |
---|---|---|
4 | 4 | |
54 | 95 | |
- | - | |
4.7 | 2.0 | |
8 days ago | 6 months ago | |
Go | TypeScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
agora-token-service
Posts with mentions or reviews of agora-token-service.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-01-31.
-
Supercharge Your App with Agora's Chat SDK
Note: The token must be fetched from your token server, for this you can use Agora's open-source micro-service, available using quick-deploy:
-
Adding Video Chat or Live Streaming to Your Website in 5 lines of Code Using the Agora Web UIKit
If you don’t have a token server, you can use the tokenUrl property. This can be used to automatically fetch a new access token for the channel and renew it if it is going to expire soon. The functionality for requesting a new token expects the token to follow the URL scheme in the prebuilt Golang token server found on GitHub: AgoraIO-Community/agora-token-service. You can deploy it in two clicks to Heroku using this link.
-
Connecting to Agora with Tokens in the Web — React
In this tutorial, we’ll take a look at how to fetch tokens from a server and use them to join a video/voice channel in React. You can deploy your own server to generate tokens, or you can use either this Node or GoLang example. We’ll be using the Node token server in our tutorial, and you can easily deploy the same server by following the instructions. You can also use our latest GoLang example. A Docker image is also available for this example.
-
Using Agora’s WebRTC based sdk to build a group video chat web app.
Token server repo/docker https://github.com/AgoraIO-Community/agora-token-service
VideoUIKit-ReactNative
Posts with mentions or reviews of VideoUIKit-ReactNative.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-01-31.
-
Adding Video Chat or Live Streaming to Your Website in 5 lines of Code Using the Agora Web UIKit
We’re looking forward to your contributions. If you have a feature request, please open a pull request. If you find a bug, please report it on GitHub issues. We also have similar UIKits for Android, iOS, React Native, and Flutter, so be sure to check those out as well.
-
Building a Video Calling App Using the Agora SDK on Expo (React Native)
For more information about building applications using Agora SDKs, take a look at the Agora Video Call Quickstart Guide and Agora API Reference. You can also take a look at the UIKit GitHub Repo. I invite you to join the Agora Developer Slack community. You can ask any questions about Agora in the #react-native-help-me channel.
- Create a video call React Native app in a few lines of code with Agora’s UIKit!
-
React Native Video Conference Application using Agora
Here is the GitHub Repository of agora-rn-uikit.
What are some alternatives?
When comparing agora-token-service and VideoUIKit-ReactNative you can also consider the following projects:
VideoUIKit-Web-React - A Web library to simply integrate Agora Video Calling or Live Video Streaming to your website with just a few lines of code.
TokenServer-nodejs - One-Click deploy Agora sample token server
VideoUIKit-Flutter - Flutter plugin to simply integrate Agora Video Calling or Live Video Streaming to your app with just a few lines of code.
Agora-Web-UIKit-RTMP
rn-agora-video-conference-app