virtual tabletop for D&D et al using Go, JS, mongoDB and websockets
Find a file
2023-07-05 23:19:14 -06:00
admin enforce subprotocol/tableKey to alphanumeric and underscore, refine UI 2023-07-05 22:27:38 -06:00
cmd add configand command line parsing 2023-02-26 14:22:18 -07:00
config add configand command line parsing 2023-02-26 14:22:18 -07:00
gametable gofmt lol 2023-07-05 01:20:56 -06:00
models fix up map image switching, security fixes, skeleton for image deletion 2023-07-04 01:08:01 -06:00
mongodb upload map image and displaying on connect works (still need to send broadcast on the socket when upload happens) 2023-04-03 23:15:17 -06:00
static sprite upload/delete is working, token form skeleton is there 2023-07-05 23:19:14 -06:00
.gitignore update module URLs to use hacklab.nilfm.cc; use struct tags for json 2023-01-30 21:38:41 -07:00
go.mod update module URLs to use hacklab.nilfm.cc; use struct tags for json 2023-01-30 21:38:41 -07:00
go.sum update module URLs to use hacklab.nilfm.cc; use struct tags for json 2023-01-30 21:38:41 -07:00
LICENSE initial commit - basic websocket server and db init 2022-11-09 21:26:21 -07:00
main.go add configand command line parsing 2023-02-26 14:22:18 -07:00
notes.txt add notes and scaffolding for publish/subscribe logic 2023-02-11 10:30:26 -07:00