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 getThe .env file is required (not required for Heroku), see .env.example for details
go run ./main.goAIR can be used as well
The release branch is auto-deployed to Heroku