Hello,
I started a project using aiohttp and various asyncio libraries to try to market the asynchronous approach of web development inside the Python community. It's Affero GPL licensed and use ReactJS for the frontend.
After one month and 60 commits I have user registration, login and auth working. I have to recognize that getting this together was more difficult than using Django. That's why I think it will be nice to create some
cookie cutter templates for the different stacks using aiohttp. Don't hesitate to share yours.
My current plan is to build a private social network. You might know better. Like Django was made popular because of its roots in Content Management Systems (CMS)... Actually there is a great chance you know better about my various choices, so chime in an bring you own ideas.
You can retrieve the code using the following command:
Have a look at the
project's kanban and see if you are interested about one of the task or bring your own. This basically open ended, let's discuss where to go.
I'd like to make a presentation at pycon France in October about aiohttp, it will be nicer if I have feedback from the community.
amz3