|
|
|
|
|
by ravenstine
1592 days ago
|
|
I usually use SSEs for personal projects because they are way more simple than WebSockets (not that those aren't also simple) and most of the time my web apps just need to listen for something coming from the server and not bidirectional communication. |
|