if (!module.parent) { // ran with `node something.js` app.listen(8088, function() { console.log('app listening on port 8088'); })} else { // used with `require('/.something.js')` module.exports = app;}
查看 了解更多。
本文的内容部分翻译自: https://github.com/loverajoel/jstips ,一个分享js技巧的仓库,每日更新,感兴趣的自行关注。