Tuesday 22 January 2019

Express SSR and API architecture

Hello all. I'm building my react SSR with express and my REST API. My question is, should I use the same express server for SSR and API or instead separate my API in another server and port??? I don't know if having everything in the same server would be not secure from client calls. Thanks in advance

Submitted January 22, 2019 at 09:17AM by chekuda

No comments:

Post a Comment