ws: update README.md (#5983)

pull/5940/head
Carlos Esquerdo Bernat 2020-07-28 10:22:03 +02:00 committed by GitHub
parent 19c226fcf8
commit 49a7a835c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 6 deletions

View File

@ -7,12 +7,11 @@ Originally located at [thecodrr/vws](https://github.com/thecodrr/vws) (contains
Heavily inspired from [cwebsockets](https://github.com/jeremyhahn/cwebsocket). 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: The websockets library itself is ready and working (passes all tests of AutoBahn). What's left:
* [x] It needs to be updated and made to run with latest V.
1. It needs to be updated and made to run with latest V. * [ ] No Windows Support (SSL issues)
2. No Windows Support (SSL issues) * [x] No proper AutoBahn test client (a prototype is in the main.v but nothing proper).
3. No proper AutoBahn test client (a prototype is in the main.v but nothing proper). * [ ] No Websocket Server.
4. No Websocket Server. * [x] Remove the `logger` and move to `log`
5. Remove the `logger` and move to `log`
## What's needed for Windows support: ## What's needed for Windows support: