node.js - koa.js 怎么 listen 到指定的 ip ?
迷茫
迷茫 2017-04-17 13:08:57
0
1
590

koa.js 怎么 listen 到指定的 ip ?

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all(1)
刘奇

The API for nodejs to listen to the specified IP and port is
.listen(port, hostname[, callback])

The same is true for koaljs~~

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template