456
submitted 4 months ago by yogthos@lemmy.ml to c/programmerhumor@lemmy.ml
you are viewing a single comment's thread
view the rest of the comments
[-] uis@lemm.ee 3 points 4 months ago* (last edited 4 months ago)

No framework will make FSM for you. Managing state of web ui is not as hard as managing state of game.

Using TCP for networking? Loss, retransmit, lag, you're dead. Using UDP for networking? Loss, desync, you're dead. Sending full game state? Congestion, loss, lag, dead. Doing sync right, but still pushing too much data? Congestion, loss, lag, dead. Also keeping on server you need not only track game state, but what game state client confirmed to receive.

[-] bitfucker@programming.dev 1 points 4 months ago

Strictly speaking, the original commenter is talking about website but sure there is an FSM JS framework too (XState).

this post was submitted on 26 Apr 2024
456 points (96.7% liked)

Programmer Humor

32061 readers
903 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS