Ws Gonzale is aimed to be a async ws-server with "presence" and shared data.
Right now it's just in it's most naive representation and the Wsframe reader isn't in it's final form yet.
I Also didn't want to just copy another framework.
This is just to play around with so I can get used to multithreading environments coming from a NodeJS background.
There are a lot of great Rust developers out there; but sometimes a bit less intermediate approach can help teach people some basic concepts.
See Issues
Speedy gonzales
This is the most lazy implementation of the WS protocols. Right now it's just supporting handshakes and sending basic messages. https://tools.ietf.org/html/rfc6455
Always