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.
- Clone the repository
- Install the project dependencies
- Copy the
.env.example
file into.env
file and set your Agora Api Keys. - Start the server:
go run main.go