最終更新:2017-09-16 (土) 21:29:25 (2414d)  

http.Server
Top / http.Server

https://nodejs.org/api/http.html#http_class_http_server

  • http.Serverserver.listen(handle[, callback])This will cause the server to accept connections on the specified handle, but it is presumed that the file descriptor or handle has already been bound to a port or domain socket.

生成