Home > Q&A > body text
koa.js 怎么 listen 到指定的 ip ?
怪我咯2017-04-17 13:10:57
The API for nodejs to listen to the specified IP and port is .listen(port, hostname[, callback])
The same is true for koaljs~~