]> git.cworth.org Git - empires-server/history - server.js
Perform broadcasts of deregister and capture events
[empires-server] / server.js
2020-05-04 Carl WorthPerform broadcasts of deregister and capture events
2020-05-03 Carl WorthAdd an API for server-sent events at `/events`
2020-05-03 Carl WorthAdd some linting fixes
2020-05-03 Carl WorthUse the cors package to set a permissive CORS header
2020-05-03 Carl WorthImplement the rest of the API
2020-05-02 Carl WorthAdd an ID value to each player
2020-04-26 Carl Worthfixup errant newline
2020-04-26 Carl WorthBe a bit more berbose in variable names.
2020-04-26 Carl WorthMake the server store a list of players
2020-04-26 Carl WorthExtend our simple web API with a new /register endpoint
2020-04-26 Carl WorthAdd Hello World node app