mirror of
https://github.com/status-im/nim-websock.git
synced 2025-02-10 16:36:39 +00:00
Update Readme.md with roadmap.
This commit is contained in:
parent
51ad3fd685
commit
de1446593d
25
Readme.md
25
Readme.md
@ -7,7 +7,7 @@ We're working towards an implementation of the
|
||||
[Nim](https://nim-lang.org/). This is very much a work in progress, and not yet
|
||||
in a usable state.
|
||||
|
||||
Building and testing
|
||||
Building and testing
|
||||
--------------------
|
||||
|
||||
Install dependencies:
|
||||
@ -40,3 +40,26 @@ curl --include \
|
||||
--header "Sec-WebSocket-Version: 13" \
|
||||
http://localhost:8888/ws
|
||||
```
|
||||
|
||||
## Roadmap
|
||||
|
||||
- [x] Framing
|
||||
- [x] Text Messages
|
||||
- [x] Binary Messages
|
||||
- [x] Pings/Pongs
|
||||
- [x] Reserved Bits
|
||||
- [x] Opcodes
|
||||
- [x] Non-control Opcodes
|
||||
- [x] Control Opcodes
|
||||
- [x] Fragmentation
|
||||
- [ ] UTF-8 Handling
|
||||
- [x] Close Handling
|
||||
- [x] Basic close behavior
|
||||
- [x] Close frame structure
|
||||
- [x] Payload length
|
||||
- [x] Valid close codes
|
||||
- [x] Invalid close codes
|
||||
- [ ] Integrate Autobahn Test suite. (In progress)
|
||||
- [ ] WebSocket Compression
|
||||
- [ ] WebSocket Extensions
|
||||
- [ ] Performance
|
||||
|
Loading…
x
Reference in New Issue
Block a user