[Pycon] [new paper] "Miguel Grinberg" - Asynchronous Web Development with Flask
info a pycon.it
info a pycon.it
Mer 2 Gen 2019 00:08:30 CET
Title: Asynchronous Web Development with Flask
Duration: 45 (includes Q&A)
Q&A Session: 15
Language: en
Type: Talk
Abstract: Asynchronous web servers are hot these days, but to have access to this technology in Python most people will tell you that you need to use one of the new asyncio based web frameworks. Unfortunately none of those frameworks have the robustness, extension ecosystem or developer community of more traditional options such as Flask or Django.
So here is one of the best kept secrets in the Python world: Did you know that asyncio is not the only way to implement asynchronous servers in Python, and that some of the alternatives to asyncio are compatible with your favorite WSGI web frameworks, including Flask, Django and many others?
In this talk I'm going to show you how to write a fully asynchronous web application using Flask. All the techniques I'll show are also applicable to Django and most other WSGI web frameworks!
Tags: [u'flask', u'WSGI', u'web-development', u'websockets']
Maggiori informazioni sulla lista
Pycon