Tuesday 27 August 2019

Separate servers for web socket connections and REST API?

Good afternoon all!Apologies if this is a simple question - hoping someone with experience can save me some potential headache down the road. I've got a React front-end and a REST API back-end on separate servers. When looking at web sockets, it seems pretty easy to integrate into an Express server. My question is whether there are issues with handling web socket connections on the same REST API server or if I should separate the web socket requests into a separate server.Thank you all for any guidance you can offer on this!

Submitted August 27, 2019 at 06:09PM by SquishyDough

No comments:

Post a Comment