|
|
|
|
|
by faeyanpiraat
2483 days ago
|
|
The technology behind it is really old, but it was new to me, worth checking out. Basically you can implement websocket like functionality, without using websockets. Super simple and robust realtime messaging from your php server code to your JS frontend, without dependencies. Search for: text/event-stream |
|
Glad to see that what was a horrible hack back then is now at least a proper standard. Thanks!