Sanskar Jethi
Software Engineer @Bloomberg London. Creator of Robyn and encrypt3xt. Co-founder of Mexili Org
Session
10-21
11:00
25min
Robyn: An async python web framework with a Rust runtime
Sanskar Jethi
Live stream: https://youtu.be/DK9teAs72Do
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.
Web development, applications, and database technologies
Software