https://github.com/nixrajput/agora-token-server-nodejs
A Node.js server for Agora.io token for RTM and RTC.
https://github.com/nixrajput/agora-token-server-nodejs
agora agora-rtc agora-sdk agora-token-server nixlab nixrajput nixrajput-github
Last synced: 5 months ago
JSON representation
A Node.js server for Agora.io token for RTM and RTC.
- Host: GitHub
- URL: https://github.com/nixrajput/agora-token-server-nodejs
- Owner: nixrajput
- License: gpl-3.0
- Created: 2022-05-04T16:30:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T13:42:49.000Z (over 1 year ago)
- Last Synced: 2025-04-06T06:34:25.235Z (6 months ago)
- Topics: agora, agora-rtc, agora-sdk, agora-token-server, nixlab, nixrajput, nixrajput-github
- Language: JavaScript
- Homepage: https://agora-token-server.cyclic.app
- Size: 56.6 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# agora-token-server
[](https://heroku.com/deploy?template=https://github.com/nixrajput/agora-token-server)
1. Click the deploy link above to start
2. Fill in your app name, APP_ID and APP_CERTIFICATE and press `Deploy App`
3. Make a cup of coffee and wait for heroku to finish :)
4. Once done you will get an url for your instance, try accessing `https:///access_token?channel=test&uid=1234` to check if it works## Dashboard
You can get your appID and appCertificate on Agora developer dashboard [Agora.io](http://dashboard.agora.io).
## Contact Us
- API Documentation [Documentation](https://docs.agora.io/en/)
- If you encounter problems during integration, you can go to [Developer community](https://dev.agora.io/en/) Ask questions
- Agora Dashboard [Agora Dashboard](https://dashboard.agora.io)
- If you find a bug in the sample code, please submit it [issue](https://github.com/nixrajput/agora-token-server/issues)## LICENCE
The MIT License (MIT).