guillemborrell / pycones19_tut

Tutorial para la PyConES '19

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flappystream

Screenshot

An instrumented flappybird game to experiment with real time streaming with Python.

The application is broken up in three independent Python applications

  • flappystream-source: A ASGI application that serves the game's javascript + html and manages the logs

  • flappystream-analysis: Some handy tools to analyze the game's log stream

  • flappystream-worker: Worker where the actual analysis is run

This project is a showcase for some interesting Python technologies useful for building an AA streaming platform.

About

Tutorial para la PyConES '19

License:GNU General Public License v3.0


Languages

Language:Python 69.9%Language:JavaScript 26.8%Language:HTML 3.2%