virtual tabletop for D&D et al using Go, JS, mongoDB and websockets
Find a file
2023-02-20 10:40:25 -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 save dice rolls to db; mongo int arrays are weird 2023-02-17 23:35:29 -07:00
models save dice rolls to db; mongo int arrays are weird 2023-02-17 23:35:29 -07:00
mongodb connect to websocket using table key as subproto 2023-02-12 08:15:44 -07:00
static add style, implement dicelog 2023-02-20 10:40:25 -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