Comment by jslakro
3 years ago
I know SSE works on scenarios with few or no state updates, like in dashboard UI's. What about other cases where they deal with input data? like in a chat/game
3 years ago
I know SSE works on scenarios with few or no state updates, like in dashboard UI's. What about other cases where they deal with input data? like in a chat/game
That’s the beauty, the client just do a normal HTTP request. It really simplify the system.