Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我有一个带有计时器的 js 文件,并且在计时器回调中,我想在随机端口中创建一个 HTTP 服务器。
那么,如何在 nodejs 的子进程或子进程中创建 HTTP 服务器?
您不需要有一个子进程,您可以在单个进程上运行任意数量的网络服务器。如果您真的想这样做,请查看集群模块,例如:http ://nodejs.org/api/all.html#all_cluster