A Containerized, Framework-less, Streaming Crypto Feed, with a StreamLit “frontend”. The feed itself is back-and-forth websocket communication, on a timer. Check it out here.

The Feed Page
After choosing a currency, the next page takes a few seconds to load, and continuously updates realtime trade volume for three minutes.

Infrastructure
So this is a basic Docker network, with a “web” container using SSH to gain root access to a “worker” container, and running commands. I did this on purpose, as a “try not to use http” experiment. Below is an image showing the workflow setup.
