📜  节点 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:23.599000             🧑  作者: Mango

代码示例6
As an asynchronous event-driven JavaScript runtime, Node.js is designed to build scalable network applications. In the following "hello world" example, many connections can be handled concurrently. Upon each connection, the callback is fired, but if there is no work to be done, Node.js will sleep.