Home >Backend Development >PHP Tutorial >How to run Nodejs program on server?

How to run Nodejs program on server?

WBOY
WBOYOriginal
2016-08-08 08:50:271131browse

Before, I have been developing locally, directly entering the directory where the program is located, and then node server.js can be run. Now I have a server directory
http://bukemall.com/gaoqiang/...

This way I can access my main program file, but how to start it?

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:php CURL problemNext article:php CURL problem