We live in a world where real-time data streaming has become paramount. Real-time data streaming has become a necessity in modern applications beca...
For further actions, you may consider blocking this person and/or reporting abuse
Great article!
A couple of questions regarding SSEs...
Have you come across issues with the maximum number of connections (using http/1) as noted here? Or do you ensure http/2 is used?
Have you come across any limitations on the server for keeping connections open? I haven't been able to find much information on how many connections a server can keep open. I realize that's based on server hardware, number of instances, number of concurrent users, etc... but I've been trying to find a baseline number to compare.
Thank you very much for asking this question. The max number(6) of connections indicated over there is per browser per domain. For instance with Google Chrome you can open 6 max number of connections to example.com and with ms edge you can still open another max connection of 6 to the same domain.
To answer your question;
If you find anything worth sharing, please don't forget to share it with us. Thank you
Hello,
The number of connections that the server support also depends on what web server you are using, for example, if you are using Apache, this formula gives you the number according to the hardware of your server:
(Total Memory – Critical Services Memory) / Size Per Apache process
It gives you the limit recommended for the Apache configuration, so your server will be optimized.
Thank you! 😊
👍
Great post with clear and easy explanation 👌
My pleasure
keep up man. great content
My pleasure
awesome article. I Just yesterday coded somehing very similar by chance, since my boss need to display streamed data in "real-time-charts".
Wow that's great. Which tech stacks did u use?
Great article
Thank you, Jeremiah
Thanks!
Welcome
The Reveal Music was here ,thanks for this tutorial man keep up the good work
You are welcome. Glad you found it helpful
I think npmjs.com/package/@microsoft/fetch... deserves a mention here as well :-)
Cool
I think npmjs.com/package/@microsoft/fetch... deserves a mention here as well