diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..2b82317 --- /dev/null +++ b/Readme.md @@ -0,0 +1,16 @@ + +# Koa Examples + + A repository containing small examples to illustrate the use of Koa + for creating web applications and other HTTP servers. + +## Examples + + - [hello-world](tree/master/hello-world) hello world application + - [upload](tree/master/upload) multi-file uploading + - [templates](tree/master/templates) simple view rendering + - [stream-file](tree/master/stream-file) simple file streaming + - [errors](tree/master/errors) error handling & propagation + - [cookies](tree/master/cookies) cookie usage example + - [body-parser](tree/master/body-parser) request body parsing + - [blog](tree/master/blog) multi-route & view rendering \ No newline at end of file