2017年7月17日 星期一

Node js 的 stack

今天問了 Max https://github.com/maxyihsunchou 在 Node 開發環境現在建議做什麼設置,收穫良多

1. mongodb 的  wrapper https://github.com/Automattic/mongoose
2. Mac app: LaunchRocket 自動開 db
3. require files 的整理方法參考 https://github.com/maxyihsunchou/askPresenter
4. 自動重啟 node server 的工具 https://github.com/remy/nodemon
5. mongodb 的 GUI https://robomongo.org/
6. require config file https://github.com/maxyihsunchou/askPresenter/blob/f98e0d02f7aa4342d14631bd290fc686a45ea2d3/config/default.js
7. 新的 web framework Koa (取代 express) https://github.com/koajs/koa




https://github.com/maxyihsunchou/askPresenter/blob/f98e0d02f7aa4342d14631bd290fc686a45ea2d3/services/index.js

module.exports = {
 fnName: require("file")
}


沒有留言:

張貼留言