A website control panel for Minecraft servers. Built with Flask and React.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Frontend notifications via websockets!
Added one for server creation (but I need to add better error logging)
Console now uses websockets instead of requesting console from the server every 2.5 seconds.
Started on Websockets!
I did authentication for the websockets. (Auth is still handled via REST API, but the websocket connection is rejected for unauthenticated users.)
Most importantly, I added page tracking. Later I'll use this to determine what updates (like console, notifications, etc) the server should send to its clients.