Skip to content

A fork of the websocket module of the V standard library that uses TLSe instead of OpenSSL for Transport Layer Security

License

Notifications You must be signed in to change notification settings

Wertzui123/EWebSocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EWebSocket

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.

Advantages of TLSe over OpenSSL

  • Smaller executables
  • Easier deployment
  • More permissive licenses (public domain, BSD or MIT)

Why is all the code in another submodule?

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.

Dependencies

  • tlse (a TLSe wrapper for V)
  • ehttp (a custom version of the net.http module that uses TLSe instead of OpenSSL)

About

A fork of the websocket module of the V standard library that uses TLSe instead of OpenSSL for Transport Layer Security

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published