add some external examples

This commit is contained in:
Jonathan Ong 2013-12-19 10:41:01 -08:00
parent 25b2bf1a64
commit d54e430cdc

View File

@ -3,7 +3,7 @@
A repository containing small examples to illustrate the use of Koa
for creating web applications and other HTTP servers.
## Examples
## Included Examples
- [hello-world](https://github.com/koajs/examples/tree/master/hello-world) hello world application
- [upload](https://github.com/koajs/examples/tree/master/upload) multi-file uploading
@ -13,3 +13,9 @@
- [cookies](https://github.com/koajs/examples/tree/master/cookies) cookie usage example
- [body-parsing](https://github.com/koajs/examples/tree/master/body-parsing) request body parsing
- [blog](https://github.com/koajs/examples/tree/master/blog) multi-route & view rendering
## Other examples
- [links](https://github.com/juliangruber/links) experimental content sharing and collaboration platform
- [bigpipe](https://github.com/jonathanong/bigpipe-example) Facebook's BigPipe implementation in koa and component
- [webcam-mjpeg-stream](https://github.com/jonathanong/webcam-mjpeg-stream) - stream JPEG snapshots from your Mac