Update Readme.md
This commit is contained in:
parent
f530219862
commit
30c8723705
1 changed files with 4 additions and 4 deletions
|
@ -5,13 +5,13 @@
|
|||
[![build status][travis-image]][travis-url]
|
||||
[![Test coverage][coveralls-image]][coveralls-url]
|
||||
|
||||
Expressive middleware for node.js using generators via [co](https://github.com/visionmedia/co)
|
||||
to make web applications and APIs more enjoyable to write. Koa's middleware flow in a stack-like manner allowing you to perform actions downstream, then filter and manipulate the response upstream. Koa's use of generators also greatly increases the readability and robustness of your application.
|
||||
Expressive HTTP middleware for node.js, using generators via [co](https://github.com/visionmedia/co),
|
||||
to make web applications and APIs more enjoyable to write. Koa's middleware flows in a stack-like manner, allowing you to perform actions downstream, then filter and manipulate the response upstream. Koa's use of generators also greatly increases the readability and robustness of your application.
|
||||
|
||||
Only methods that are common to nearly all HTTP servers are integrated directly into Koa's small ~550 SLOC codebase. This
|
||||
includes things like content-negotiation, normalization of node inconsistencies, redirection, and a few others.
|
||||
includes things like content negotiation, normalization of node inconsistencies, redirection, and a few others.
|
||||
|
||||
No middleware are bundled with koa.
|
||||
No middleware is bundled with koa.
|
||||
|
||||
## Installation
|
||||
|
||||
|
|
Loading…
Reference in a new issue