Colbydude / MCAdmin

A bare-bones web interface for running and managing a Minecraft Server.
0 stars 0 forks source link

Better Console #2

Open Colbydude opened 5 years ago

Colbydude commented 5 years ago

Console currently just polls every second and reads the most recent server log. See if there's a way to connect/relay a Unix socket so that the UI can receive updates in real-time more efficiently.

Colbydude commented 5 years ago

Have a pretty decent solution leveraging ttyd on the ttyd branch, just need to clean it up a little for reliability.