8000 GitHub - thecodrr/vws: WebSockets library for V (WIP)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Apr 9, 2020. It is now read-only.

thecodrr/vws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebSockets Library for V

This is still work-in-progress!

Heavily inspired (and used very liberally) from cwebsockets.

The websockets library itself is ready and working (passes all tests of AutoBahn). What's left:

  1. It needs to be updated and made to run with latest V.
  2. No Windows Support (SSL issues)
  3. No proper AutoBahn test client (a prototype is in the main.v but nothing clean and neat).
  4. No Websocket Server.

What's needed for Windows support:

  1. SSL (either make the VSChannel work or OpenSSL)

General code cleanup etc. is also needed.

Contributors

Anyone and everyone is welcome to contribute. I don't have time for working on this completely but I will review and merge Pull Requests ASAP. So if anyone is interested, know that I am interested too.

If anyone has any questions regarding design etc. please open an Issue or contact me on Discord.

Future Planning:

This is supposed to be merged into V stdlib but it's not ready for that yet. As soon as it is, I will open a PR.

About

WebSockets library for V (WIP)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0