diff --git a/README.md b/README.md index 236513b..7e9e6f3 100644 --- a/README.md +++ b/README.md @@ -426,18 +426,18 @@ See also [http://arewewebyet.com/](http://arewewebyet.com/) and [Rust web framew * Client * [carllerche/curl-rust](https://github.com/carllerche/curl-rust) — [libcurl](http://curl.haxx.se/libcurl/) bindings [](https://travis-ci.org/carllerche/curl-rust) * [cyderize/rust-websocket](https://github.com/cyderize/rust-websocket) — a framework for dealing with [WebSocket](http://datatracker.ietf.org/doc/rfc6455/) connections (both clients and servers) [](https://travis-ci.org/cyderize/rust-websocket) + * [housleyjk/ws-rs](https://github.com/housleyjk/ws-rs) — Lightweight, event-driven WebSockets for Rust. [](https://travis-ci.org/housleyjk/ws-rs) * [hyperium/hyper](https://github.com/hyperium/hyper) — an HTTP implementation [](https://travis-ci.org/hyperium/hyper) * [vhbit/curl-rs](https://github.com/vhbit/curl-rs) — [libcurl](http://curl.haxx.se/libcurl/) bindings [](https://travis-ci.org/vhbit/curl-rs) - * [ws-rs](https://github.com/housleyjk/ws-rs) — Lightweight, event-driven WebSockets for Rust. [](https://travis-ci.org/housleyjk/ws-rs) * Server * [cyderize/rust-websocket](https://github.com/cyderize/rust-websocket) — a framework for dealing with [WebSocket](http://datatracker.ietf.org/doc/rfc6455/) connections (both clients and servers) [](https://travis-ci.org/cyderize/rust-websocket) + * [housleyjk/ws-rs](https://github.com/housleyjk/ws-rs) — Lightweight, event-driven WebSockets for Rust. [](https://travis-ci.org/housleyjk/ws-rs) * [hyperium/hyper](https://github.com/hyperium/hyper) — an HTTP implementation [](https://travis-ci.org/hyperium/hyper) * [Iron](http://ironframework.io/) — a middleware-based server framework [](https://travis-ci.org/iron/iron) * [Nickel](http://nickel.rs/) — inspired by [Express](http://expressjs.com/) [](https://travis-ci.org/nickel-org/nickel.rs) * [Ogeon/rustful](https://github.com/Ogeon/rustful) — a RESTful web framework for Rust [](https://travis-ci.org/Ogeon/rustful) * [Rustless](http://rustless.org/) — a REST-like API micro-framework inspired by [Grape](https://github.com/ruby-grape/grape) and [Hyper](https://github.com/hyperium/hyper) [](https://travis-ci.org/rustless/rustless) * [tiny-http](https://github.com/frewsxcv/tiny-http) — Low level HTTP server library [](https://travis-ci.org/frewsxcv/tiny-http) - * [ws-rs](https://github.com/housleyjk/ws-rs) — Lightweight, event-driven WebSockets for Rust. [](https://travis-ci.org/housleyjk/ws-rs) ## Resources