diff --git a/README.md b/README.md index 737ec67..c939999 100644 --- a/README.md +++ b/README.md @@ -97,8 +97,8 @@ conn.WriteString("Hello") # fastws vs gorilla vs nhooyr vs gobwas -| Features | [fastws](https://github.com/dgrr/fastws) | [Gorilla](https://github.com/savsgio/websocket)| [Nhooyr](https://github.com/nhooyr/websocket) -| --------------------------------------- |:--------------:| ------------:| ---------------:| ------------:| +| Features | [fastws](https://github.com/dgrr/fastws) | [Gorilla](https://github.com/savsgio/websocket)| [Nhooyr](https://github.com/nhooyr/websocket) | [gowabs](https://github.com/gobwas/ws) | +| --- | --- | --- | --- | --- | | Concurrent R/W | Yes | No | No. Only writes | No | | Passes Autobahn Test Suite | Mostly | Yes | Yes | Mostly | | Receive fragmented message | Yes | Yes | Yes | Yes |