ws: update README.md (#5983)
parent
19c226fcf8
commit
49a7a835c7
|
@ -7,12 +7,11 @@ Originally located at [thecodrr/vws](https://github.com/thecodrr/vws) (contains
|
|||
Heavily inspired from [cwebsockets](https://github.com/jeremyhahn/cwebsocket).
|
||||
|
||||
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 proper).
|
||||
4. No Websocket Server.
|
||||
5. Remove the `logger` and move to `log`
|
||||
* [x] It needs to be updated and made to run with latest V.
|
||||
* [ ] No Windows Support (SSL issues)
|
||||
* [x] No proper AutoBahn test client (a prototype is in the main.v but nothing proper).
|
||||
* [ ] No Websocket Server.
|
||||
* [x] Remove the `logger` and move to `log`
|
||||
|
||||
## What's needed for Windows support:
|
||||
|
||||
|
|
Loading…
Reference in New Issue