The purpose of this application is to test some tech
- Golang
- Boltload (bbolt)
- API sever in Golang
- websocket in golang (via channels)
- Flow types
- Auto generate front end types from golang structs
typewriter -file ./Location.go -lang flow -v -out ./client/src/models.jscd client
yarn startgo run ./...