Skip to content

Commit

Permalink
MC
Browse files Browse the repository at this point in the history
  • Loading branch information
hwirth committed Dec 22, 2022
1 parent 1ad9fa0 commit 596a9e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ for applications like a chat or multi-player games.
* Hot code reloading server and client side. I can code live, while everyone stays connected.
* Websocket interface that recovers from server and client crashes, and tries very hard to stay connected or reconnect.
* Watchdog (Boot screen) - It is hard to catch every type of mistake I could make when live editing code. The watchdog serves as a fallback, reloading the whole web page.
* Debug terminal (view and manually craft JSON messages, think WireShark).<br /> Also serves as interface for moderators, allowing to kick users, etc.
* Debug terminal (view and manually craft JSON messages, think WireShark).
Also serves as interface for moderators (ban, etc.)
* Remote code editor and file manager (Micro-CMS)
* Basic user and session management so a game lobby can be implemented
* JSON request verification mechanism (syntax, permissions)
Expand Down

0 comments on commit 596a9e0

Please sign in to comment.