Building the Real-time Web with Python and aiohttp (Steven Seguin)

preview_player
Показать описание
What's the real-time web? Can I build it myself? In Python? Of course you can! This talk will help Python web developers learn how to integrate real-time components with their existing web applications using asyncio and aiohttp.
Рекомендации по теме
Комментарии
Автор

Neat talk, I have built my own async framework and currently working to add django styled routing and making it asgi compliant. Im using the async protocol factories and the h2 python library as a wrapper. I have discovered that i have a lot of reading ahead of me .. i need to better understand the life cycle of the connection thru those protocol factories

japrogramer
Автор

18:30
import socket
socket = socket.socket(socket, socket.SOCKET_STREAM

we get it, just put socket EVERYWHERE

danielschmider
Автор

Node already does this using callbacks

sandeepvk
join shbcf.ru