docs: add note about features in koa-vs-express

closes #1654
This commit is contained in:
jongleberry
2024-08-30 21:56:54 -07:00
parent 51d0e2deca
commit b95dfcb8ed

View File

@@ -17,6 +17,7 @@
| Sending Files | | ✓ | | | Sending Files | | ✓ | |
| JSONP | | ✓ | | | JSONP | | ✓ | |
> NOTE: this doesn't mean Koa is incapable of supporting these features, these features are simply supported by other modules (middleware, plugins, etc.) versus the framework itself.
Thus, if you'd like to be closer to Node.js and traditional Node.js-style coding, you probably want to stick to Connect/Express or similar frameworks. Thus, if you'd like to be closer to Node.js and traditional Node.js-style coding, you probably want to stick to Connect/Express or similar frameworks.
If you want to get rid of callbacks, use Koa. If you want to get rid of callbacks, use Koa.