diff --git a/README.md b/README.md index da54ee7..0e73120 100644 --- a/README.md +++ b/README.md @@ -1006,6 +1006,7 @@ See also [Are we web yet?](http://www.arewewebyet.org) and [Rust web framework c * [tomaka/rouille](https://github.com/tomaka/rouille) — Web framework in Rust [](https://travis-ci.org/tomaka/rouille) * [oltdaniel/zap](https://github.com/oltdaniel/zap) - A lightning fast http framework for Rust [](https://travis-ci.org/oltdaniel/zap) * [actix/actix-web](https://github.com/actix/actix-web) — A lightweight async web framework for Rust with websocket support [](https://travis-ci.org/actix/actix-web) + * [mitum/sincere](https://github.com/mitum/sincere) — A micro web framework for Rust(stable) based on hyper and multithreading. [](https://travis-ci.org/mitum/sincere) * [WebSocket](https://datatracker.ietf.org/doc/rfc6455/) * [cyderize/rust-websocket](https://github.com/cyderize/rust-websocket) — a framework for dealing with WebSocket 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)