Jumpscare warning - I did this in third year college 😬
Implementing a pub/sub model via docker containers for video streaming. Achieved through setting up docker containers and connecting them via a docker network so they can communicate. Communication across the network uses a custom protocol built on top of UDP. Python and stuff.