Is anyone here familiar with WebSockets? I know absolutely nothing about
them. Does the simple request handler abstraction still work with them
or will we have to make changes?
You could have a look at the CHICKEN egg (currently only available for
the deprecated CHICKEN 4) at https://bitbucket.org/thomashintz/websockets/src
As you can see from the code, it takes quite a lot of code to implement
this stuff.