Contribute Media
A thank you to everyone who makes this possible: Read More

Introduction into aiohttp

Description

Speaker : Andrew Svetlov Slide : https://github.com/pythonkr/pyconapac-2016-files/raw/master/20160813-104-24-andrew_svetlov_aiohttp.pdf

https://www.pycon.kr/2016apac/program/24

Description :

aiohttp is a HTTP client and server library built on top of asyncio.

The library allows to write user friendly code which looks like well-known linear one (Requests library for client and Django/Flask/Pyramid for server) but utilizes the power of nonblocking sockets and has a native websockets support.

The intro describes basic programming patterns for both client and server API as well as advanced techniques like server signals and middlewares.

The main target of the talk is displaying an alternative to people who want to avoid classic WSGI frameworks (Django/Flask/Pyramid etc) limitations but found Twisted and Tornado too cumbersome.

Improve this page