使用 es6/7 的技术越多越好,最好有async await 的使用
@Binaryify 谢谢,还没看,先star顶一个再说
@shf-nice 谢谢
https://github.com/open-node/open-rest https://github.com/open-node/open-rest-helper-rest 全部采用es6/es7语法,使用 eslint airbnb 规范。 暂时没有用到 async/await 因为我的框架已经很好的解决了异步书写的问题。欢迎star
推荐koahub.js
来自 KoaHub.js
nodejs做的企业应用系统,实际在用的 https://github.com/sail-sail/qv
我的东西,自己做的第一个网站,完全是摸石头过河 使用了async await 数据库ORM是sequelise 地址
@stonephp 有eslint最好了,谢谢分享,两个项目都已star
@linkenliu 谢谢分享,已star
谢谢大家的分享,只要贴出代码的我都会star表示支持
mark
来自酷炫的 CNodeMD
async await是啥?我这有回调地狱终结者
这个应该对你有帮助 https://github.com/adrianObel/koa2-api-boilerplate 我搞的项目都是照这个改的 https://github.com/dlyt/YCool_Server
@shf-nice 多谢
https://github.com/linguowei/myblog 一个博客系统,可以看看
JSer News 有用到 async/await, 关于 Redis 的异步 I/O 都是这种写法,有兴趣看看
为了团队前端和后端能够更快的形成生产力,我们开发了ThinkKoa https://github.com/thinkkoa 为了隐藏数据源差异对上层应用研发的影响,我们开发了ThinkORM https://github.com/thinkkoa/thinkorm
欢迎start,也欢迎感兴趣并有能力做开源项目的同学加入
https://github.com/taobataoma/meanTorrent 用了async/aswit,每天都在更新新功能的pt下载系统, Mongo, Express, Angular, Node, 你值得一看,欢迎star
https://github.com/xiedacon/nodeclub-koa 使用koa2重写的nodeclub,大量运用async/await,可以看看
https://github.com/ResJay/Vue_HSapp 用expense +VUE +Mongoose scoket.io写了个炉石评分应用 和在线聊天系统 对于初学者学习很容易