Golang AppServer for RTC.
- Create APP and APPKey from here:
AppID: xxxxxxxx
AppKey: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
-
Setup Golang environment, click here.
-
Run project with args(replace appid and appkey with yours):
go run main.go --listen=8080 --appid=xxxxxxxx \
--appkey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx --gslb=https://rgslb.rtc.aliyuncs.com
- Verify your AppServer by VerifyServer.
Remark: You can setup client native SDK by
http://30.2.228.19:8080/app/v1
.
Remark: Please use your AppServer IP instead by
ifconfig eth0
.