I wanted to mess around with websockets, and create something cool and Eventlet-y for using them. This was my first experience using websockets, and I found these sites helpful in learning about it. One of the design patterns that I observed was that people were running their websocket server as a separate process on a separate port, because there are just enough differences between the websocket