virtual tabletop for D&D et al using Go, JS, mongoDB and websockets
Find a file
2023-03-03 22:05:57 -07:00
admin admin: add upload handlers 2023-03-03 22:05:57 -07: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 add configand command line parsing 2023-02-26 14:22:18 -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 implement table deletion, get ready for map upload 2023-02-25 22:43:38 -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 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