From ec3b728d0928d992374cf81fc9509b734bf9a4c4 Mon Sep 17 00:00:00 2001 From: kgriffs Date: Mon, 13 Jan 2014 12:00:19 -0600 Subject: [PATCH] doc: Add link to Marconi to README --- README.md | 5 ++++- README.rst | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f31ed09..1297a5e 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,10 @@ Read the source, Luke! Docstrings can be found throughout the Falcon code base for your learning pleasure. You can also ask questions in **#falconframework** on freenode. We are planning on having real docs eventually; if you need them right away, consider sending a pull request. ;) -Here is a simple example showing how to create a Falcon-based API. +You can also check out [Marconi's WSGI driver](https://github.com/openstack/marconi/tree/master/marconi/queues/transport/wsgi) to get a feel for how you might +leverage Falcon in a real-world app. + +Here is a simple, contrived example showing how to create a Falcon-based API. ```python # things.py diff --git a/README.rst b/README.rst index c9d1f87..38b2d68 100644 --- a/README.rst +++ b/README.rst @@ -81,7 +81,10 @@ learning pleasure. You can also ask questions in **#falconframework** on freenode. We are planning on having real docs eventually; if you need them right away, consider sending a pull request. ;) -Here is a simple example showing how to create a Falcon-based API. +You can also check out `Marconi's WSGI driver `__ to get a feel for how you might +leverage Falcon in a real-world app. + +Here is a simple, contrived example showing how to create a Falcon-based API. .. code:: python