Talk (Software - Day 1) - Robyn: An async python web framework with a Rust runtime

Conference: PyCon SE 2021

Year: 2021

Abstract: Python web frameworks, like Flask, Quartz, Tornado, and Twisted, are increasingly important for writing high-performance web applications. However, even they posit some bottlenecks either due to their synchronous nature or due to the usage of python runtime. Most of them don’t have the ability to speed themselves due to their dependence on *SGIs. This is where Robyn comes in. Robyn tries to achieve near-native Rust throughput along with the benefit of writing code in Python. In this talk, we will learn more about Robyn. From what is Robyn to the development in Robyn. For more details: https://pretalx.com/pycon-sweden-2021/talk/XC7Q9H/ Speaker: Sanskar Jethi