好神奇的 async http 框架 --- Micro
第一次看 TJ 大神的 Koa 被惊的不行不行, koa 代码已经够少了, micro更少 100 来行. 而且全面拥抱 ES6 跟 async.
- Easy. Designed for usage with async and await (more)
- Fast. Ultra-high performance (even JSON parsing is opt-in).
- Micro. The whole project is ~100 lines of code.
- Agile. Super easy deployment and containerization.
- Simple. Oriented for single purpose modules (function).
- Explicit. No middleware. Modules declare all dependencies.
- Standard. Just HTTP!