From dd04b82b347945ddd738f24c48dc149432c40d44 Mon Sep 17 00:00:00 2001 From: pyros2097 Date: Sat, 21 Nov 2015 22:02:38 +0530 Subject: [PATCH] add ws-rs in web programming --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3f132b3..cfdedc9 100644 --- a/README.md +++ b/README.md @@ -427,6 +427,7 @@ See also [http://arewewebyet.com/](http://arewewebyet.com/) and [Rust web framew * [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) * [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) * [hyperium/hyper](https://github.com/hyperium/hyper) — an HTTP implementation [](https://travis-ci.org/hyperium/hyper) @@ -435,6 +436,7 @@ See also [http://arewewebyet.com/](http://arewewebyet.com/) and [Rust web framew * [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