ToBiDi0410 / SpigotDash

An Webinterface for Spigot that makes Monitoring your Server easier!
10 stars 6 forks source link

Websocket usage #1

Closed ToBiDi0410 closed 2 years ago

ToBiDi0410 commented 2 years ago

Use Web sockets to Transfer Data. This allows just one request (socket) and live updates instead of polling data every time. It should speed up both the Server and the Client side.

Java Server API: https://github.com/mrniko/netty-socketio

ToBiDi0410 commented 2 years ago

Has to be solved first: https://github.com/ToBiDi0410/SpigotDash/issues/6

ToBiDi0410 commented 2 years ago

Switch to: https://github.com/trinopoty/socket.io-server-java

ToBiDi0410 commented 2 years ago

Large commit soon

ToBiDi0410 commented 2 years ago

https://github.com/ToBiDi0410/SpigotDash/commit/ec528cbde5f8afab37e1750816804fcc6c7b9b47