Skip to content
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

Add example projects page #3367

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions docs/examples.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
.. _aiohttp-examples:

================
Example Projects
Copy link
Member

Choose a reason for hiding this comment

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

Demo projects maybe?

Copy link
Member

Choose a reason for hiding this comment

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

why?

================

Here are several fun projects, that can be used as template or
inspiration of what can be done with aiohttp. Please feel free to add your
open source example project by making Pull Request.


Official Example Projects
-------------------------

This list contains libraries which are supported by *aio-libs* team
and located at https://github.com/aio-libs/aiohttp-demos

- `shortify <https://github.com/aio-libs/aiohttp-demos/tree/master/demos/shortify>`_
URL shortener with Redis storage.

- `moderator <https://github.com/aio-libs/aiohttp-demos/tree/master/demos/moderator>`_
UI and API for classification of offensive and toxic comments using Kaggle
data and scikit-learn.

- `motortwit <https://github.com/aio-libs/aiohttp-demos/tree/master/demos/motortwit>`_
Twitter clone with MongoDB storage.

- `imagetagger <https://github.com/aio-libs/aiohttp-demos/tree/master/demos/imagetagger>`_
Example how to deploy deep learning model with aiohttp.

- `chat <https://github.com/aio-libs/aiohttp-demos/tree/master/demos/chat>`_
Simple chat using websockets.

- `polls <https://github.com/aio-libs/aiohttp-demos/tree/master/demos/chat>`_
Copy link
Member

Choose a reason for hiding this comment

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

replace link to https://github.com/aio-libs/aiohttp-demos/tree/master/demos/polls

Simple *polls* application with PostgreSQL storage.

- `blog <https://github.com/aio-libs/aiohttp-demos/tree/master/demos/chat>`_
Copy link
Member

Choose a reason for hiding this comment

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

https://github.com/aio-libs/aiohttp-demos/tree/master/demos/blog

Blog application with PostgreSQL storage and Redis session store.
1 change: 1 addition & 0 deletions docs/misc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Helpful pages.

essays
glossary
examples

.. toctree::
:titlesonly:
Expand Down
3 changes: 3 additions & 0 deletions docs/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ iterables
javascript
Jinja
json
Kaggle
keepalive
keepalived
keepalives
Expand Down Expand Up @@ -231,6 +232,8 @@ Runit
sa
Satisfiable
schemas
shortener
scikit
sendfile
serializable
shourtcuts
Expand Down