Tuesday 22 August 2017

How are large companies running their nodejs infrastructure?

I'm trying to understand how sys admins are running their large scale node.js infrastructures.I'm trying to make the jump from running something like:node server.js & to running clusters of dozens of node processes spanning several servers. In the java world there are lots of enterprise products (JBoss, WebLogic, WebSphere, etc) that handle the creation of application servers, updating host/port routing configuration for your reverse proxies, updating of application code in a graceful "rolling restart" fashion, etc.Is there anything like this in the node world?

Submitted August 22, 2017 at 09:43PM by b-nut

No comments:

Post a Comment