apache - Is node.js better behind a reverse proxy for sending json? -
i have make web service can handle many r&w requests (up 50/seconds) , think have static server (who host angular.js app, , heavy resources video , image)
is idea have node.js server behind reverse proxy nginx or apache? goal reduce load of node.js server.
and communication method must use between reverse proxy , node.js? http? cgi? other?
and best reverse proxy in case? nginx? apache?
it shouldn't make of difference behind reverse proxy or not, proto, http fine.
Comments
Post a Comment