From 6a691ff0cd6a7a78766bc909be57ec27b425ed7c Mon Sep 17 00:00:00 2001 From: kud1ing Date: Thu, 17 Jul 2014 12:47:44 +0200 Subject: [PATCH] add --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2b88fb..2eb356f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ -awesome-rust -============ +# Awesome Rust + + +## Web Programming + +See also http://arewewebyet.com/ + + * core + * [chris-morgan/rust-http](https://github.com/chris-morgan/rust-http): superceeded by Teepee [](https://travis-ci.org/chris-morgan/rust-http) + * [teepee/teepee](https://github.com/teepee/teepee) [](https://travis-ci.org/teepee/teepee) + * client + * [carllerche/curl-rust](https://github.com/carllerche/curl-rust) + * server + * [erickt/rust-mongrel2](https://github.com/erickt/rust-mongrel2): bindings for the [Mongrel2](http://mongrel2.org) webserver + * [iron/iron](https://github.com/iron/iron): inspired by Express.js, which is inspired by Sinatra. + * [nickel-org/nickel.rs](https://github.com/nickel-org/nickel.rs): inspired by Express.js, which is inspired by Sinatra. +