alessiodam / CC-Bank-frontend

The frontend for Bank Of ComputerCraft
https://cc-bank-frontend-tkb-studios.vercel.app
MIT License
1 stars 1 forks source link

Live updating balance #17

Open okunamayanad opened 7 months ago

okunamayanad commented 7 months ago

Polling balance with an interval or with a websocket. Polling route will be easier as the current API doesn't support WSs yet. WS would be more performant though.

okunamayanad commented 7 months ago

@tkbstudios Could you add WS support to the API for balance?

alessiodam commented 7 months ago

I would prefer doing websockets :) might be more efficient on badnwidth on both ends