DEV Community

Discussion on: Building with server-sent events with React and Node.js

Collapse
 
codechung profile image
CodeChung

Hey Shubham,
Thanks for the article, learned a lot!
I'm having a weird issue where the server is getting hit and emitting responses, but it takes a couple minutes for the client to receive them.
Any idea what could account for this?

Collapse
 
4shub profile image
Shubham Naik • Edited

Couple minutes ? That is interesting, is this your own server or is it the server I set up?

I would say if it’s not my server, it might be due to the size of the data you are sending to the client. If you have a code sample to share, please do