ProtonMC

ProtonMC

5 devlogs
7h 56m
Created by JeremySeq

A website control panel for Minecraft servers. Built with Flask and React.

Timeline

Frontend notifications via websockets!

Added one for server creation (but I need to add better error logging)

Update attachment

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.

Just some bug fixes and updated dependencies.

Update attachment

Just some bug fixes to server creation. Yay, GetBukkit is back up again.

Update attachment