Skip to content

Update web.rst to include Falcon web framework #900

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 22, 2018

Conversation

anlewis
Copy link
Contributor

@anlewis anlewis commented May 25, 2018

@ofek closes #839

Copy link
Contributor

@ofek ofek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Just one nit

mapping URIs to resources, trying to do as little as possible while remaining highly effective.

Falcon highlights four main focuses: speed, reliability, flexibility and debuggability.
It implements HTTP through “responders” such as ``on_get()``, ``on_put()``, etc.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please use regular quotes here? "responders"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure thing! I'm not sure where the other quotation style came from...

Let me know if you see anything else.

@ofek
Copy link
Contributor

ofek commented May 25, 2018

Pinging @kennethreitz 🙂

@kennethreitz kennethreitz merged commit a2ae83f into realpython:master Jun 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add Falcon to web frameworks
3 participants