Skip to content

Commit

Permalink
Merge pull request #8 from fasthttp/master
Browse files Browse the repository at this point in the history
Merge
  • Loading branch information
dgrr authored Apr 29, 2020
2 parents 5ff45a9 + 5fbdc05 commit 9d14a3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 9d14a3b

Please sign in to comment.