Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 357 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 357 Bytes

WebSockets and Flask for the real world

PyCon Israel 2021

The repository is example code for the PyCon presentation "WebSockets and Flask for the real world" by Yael Green. In this example we will learn about socket.io and event based communication in production flask applications.

Content:

  1. Basic framework example
  2. Complex framework example