A simple Websockets server for Ventee mobile application
Stack: Golang, Gorilla Websocket
HEROKU: https://ventee-ws.herokuapp.com
git clone https://github.com/ventee-app/ventee-ws
cd ./ventee-ws
gvm use 1.16
go get
The .env
file is required (not required for Heroku), see .env.example for details
go run ./main.go
AIR can be used as well
The release
branch is auto-deployed to Heroku