This commit is contained in:
TJ Holowaychuk 2013-12-18 20:09:17 -08:00
parent 97a3d84ec9
commit bed70f4716

View file

@ -1,4 +1,9 @@
# Guide
This guide covers Koa topics are not directly API related, such as best practices for writing middleware,
application structure suggestions.
## Writing Middleware
Koa middleware are simple functions which return a `GeneratorFunction`, and accept another. When