QuickplayMod / quickplay

Minecraft mod that allows Hypixel users to quickly join games and execute functions on the network.
https://bugg.co/quickplay/
Other
20 stars 5 forks source link

Communicate mod data via a socket #117

Open robere2 opened 4 years ago

robere2 commented 4 years ago

The mod currently sends periodic requests to the Quickplay backend fetching data. It should use a socket, which is more efficient and allows for instant updates.

robere2 commented 4 years ago

Branch https://github.com/robere2/Quickplay2.0/tree/socket-experimentation will fix this.