Skip to content

Commit

Permalink
Add link to "ws" crate in README.md
Browse files Browse the repository at this point in the history
Please consider linking to this WebSocket RFC6455 implementation that uses Mio.
  • Loading branch information
housleyjk authored and carllerche committed Sep 28, 2015
1 parent d249d85 commit 0772d42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ Please submit PRs containing links to MIO resources.
* [simplesched](//github.com/zonyitoo/simplesched) - Coroutine I/O with a simple scheduler
* [coio-rs](//github.com/zonyitoo/coio-rs) - Coroutine I/O with work-stealing scheduler
* [rotor](//github.com/tailhook/rotor) - A wrapper that allows to create composable I/O libraries on top of mio
* [ws-rs](//github.com/housleyjk/ws-rs) - WebSockets based on Mio

## Community

Expand Down

0 comments on commit 0772d42

Please sign in to comment.