diff --git a/README.md b/README.md index cebaa150e..005b76f06 100644 --- a/README.md +++ b/README.md @@ -1902,6 +1902,7 @@ See also [Are we web yet?](https://www.arewewebyet.org) and [Rust web framework * [sauron](https://github.com/ivanceras/sauron) - Client side web framework which closely adheres to The Elm Architecture. * [seed](https://github.com/seed-rs/seed) - A framework for creating web apps * [stdweb](https://crates.io/crates/stdweb) - A standard library for the client-side Web + * [tinyweb](https://github.com/LiveDuo/tinyweb) - A minimal Rust web framework for wasm in 800 lines of code * [yew](https://crates.io/crates/yew) - A framework for making client web apps * HTTP Client * [alexcrichton/curl-rust](https://github.com/alexcrichton/curl-rust) - [libcurl](https://curl.se/libcurl/) bindings