Server nodejs in port 8080

Home Forums Conduit: AEP Model Server nodejs in port 8080

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12653
    Asier Galech
    Participant

    Hi,

    How can I launch a nodejs app in the port 8080 in the boot of multitech conduit aep?

    Thanks

    #12659
    Jeff Hatch
    Keymaster

    Asier,

    You should be able to do pretty much the same thing as what’s described in the following link:

    https://debian-administration.org/article/28/Making_scripts_run_at_boot_time_with_Debian

    You should be able to execute your nodejs app by executing “node ” in the init.d script you add. As for port 8080, by default the Conduit does not have anything I am aware of that listens on that port.

    Jeff

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.