This library is a fork of the websocket module of the V standard library.
It uses TLSe instead of OpenSSL to implement Transport Layer Security.
- Smaller executables
- Easier deployment
- More permissive licenses (public domain, BSD or MIT)
The actual websocket module lives inside the submodule "websocket" of this "ewebsocket" module.
This is for easier conversion between the original websocket module and this fork.