virtual tabletop for D&D et al using Go, JS, mongoDB and websockets
Find a file
2023-02-12 21:25:14 -07:00
admin fetch table data and go back to table list 2023-02-09 22:45:09 -07:00
cmd update module URLs to use hacklab.nilfm.cc; use struct tags for json 2023-01-30 21:38:41 -07:00
gametable roll dice and publish to socket 2023-02-12 21:25:14 -07:00
models roll dice and publish to socket 2023-02-12 21:25:14 -07:00
mongodb connect to websocket using table key as subproto 2023-02-12 08:15:44 -07:00
static roll dice and publish to socket 2023-02-12 21:25:14 -07: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 fetch table data and go back to table list 2023-02-09 22:45:09 -07:00
notes.txt add notes and scaffolding for publish/subscribe logic 2023-02-11 10:30:26 -07:00