AlbianWarp / AlbianWarpClient

Albian Warp Client component!
http://blog.albianwarp.com
GNU General Public License v3.0
9 stars 2 forks source link

Utilize websocket for notifying the client of events... #30

Closed KeyboardInterrupt closed 4 years ago

KeyboardInterrupt commented 6 years ago

...like:

This could then be used instead of the recurrent polling. The Client could Ask for new Creatures and DMA's once when the player goes online, instead of hammering the API every few seconds. This should decrease the Load significantly (not that it is a Problem currently anyway.)

KeyboardInterrupt commented 4 years ago

This is made obsolete by the Switch to ReBabel