doc: Add link to Marconi to README

This commit is contained in:
kgriffs
2014-01-13 12:00:19 -06:00
parent 4fd8887847
commit ec3b728d09
2 changed files with 8 additions and 2 deletions

View File

@@ -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

View File

@@ -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 <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.
.. code:: python