mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
websocket: move library files to root of module
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
# WebSockets Library for V
|
||||
|
||||
Originally located at [thecodrr/vws](https://github.com/thecodrr/vws) (contains example usage)
|
||||
|
||||
**This is still work-in-progress!**
|
||||
|
||||
Heavily inspired (and used **very** liberally) from [cwebsockets](https://github.com/jeremyhahn/cwebsocket).
|
||||
@ -16,13 +18,3 @@ The websockets library itself is ready and working (passes all tests of AutoBahn
|
||||
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.
|
||||
|
Reference in New Issue
Block a user