Easy way to host node.js applications

Discussion in 'General' started by variable99, Oct 17, 2024.

  1. variable99

    variable99 Member HowtoForge Supporter

    Is there any tutorial what steps should be taken to easily deploy node.js apps for ISPC running Apache? I guess this involves jailkit and pm2 service dependency hell? I would appreciate clear instructions with 1, 2, 3... steps.
     
    Last edited: Oct 17, 2024
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    I'm not aware that such a tutorial exists.
     
  3. pyte

    pyte Well-Known Member HowtoForge Supporter

    I host a few applications based on node.js internal for our company and decided to not bother with it and just dockerized them. Node.js and it's dependencies/version dependence is quiet frustrating to deal with down the line. Most of the time it's quiet easy to just dockerize them. Might consider that path to avoid hassle down the line. You still can use ISPConfig as a ReverseProxy and host them on a dedicated Docker server.

    Just my two cents
     
    ahrasis, till and variable99 like this.

Share This Page