Skip to content

Commit

Permalink
doc: update
Browse files Browse the repository at this point in the history
  • Loading branch information
PrivateRookie committed Dec 3, 2023
1 parent c60d2ba commit da9b314
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ An easy to use websocket client/server toolkit, supporting blocking/async IO.
| blocking ||||||||
| async ||||||||

web framework integration

- **axum** see [examples/ext_axum](./examples/ext_axum.rs)
- **poem** see [examples/ext_poem](./examples/ext_poem.rs)

For tls connection, ws-tool support both native-tls and rustls,
ws-tool also support simd utf checking for faster utf8 string checking.

Expand Down

0 comments on commit da9b314

Please sign in to comment.