Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 558 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 558 Bytes

Agora Token Generator written in Go

An RTM and RTC Token generator for Agora written in Go.
This is directly from a tutorial on the Agora Blog with a few modifications.

One-Click Deploy to Heroku

Deploy

Project Setup

  1. Clone the repository
  2. Install the project dependencies
  3. Copy the .env.example file into .env file and set your Agora Api Keys.
  4. Start the server: go run main.go