1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-02-09 14:15:02 +02:00

Merge pull request #689 from gentoid/master

Add Seed web framework
This commit is contained in:
Lukáš Hozda [magnusi] 2019-07-06 16:22:22 +02:00 committed by GitHub
commit d59a00ab26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1277,6 +1277,7 @@ See also [Are we web yet?](http://www.arewewebyet.org) and [Rust web framework c
* Client-side / WASM
* [cargo-web](https://crates.io/crates/cargo-web) — A Cargo subcommand for the client-side Web [![Build Status](https://api.travis-ci.org/koute/cargo-web.svg)](https://travis-ci.org/koute/cargo-web)
* [seed](https://github.com/David-OConnor/seed) - A Rust framework for creating web apps [![Build Status](https://api.travis-ci.org/David-OConnor/seed.svg?branch=master)](https://travis-ci.org/David-OConnor/seed)
* [stdweb](https://crates.io/crates/stdweb) — A standard library for the client-side Web [![Build Status](https://api.travis-ci.org/koute/stdweb.svg)](https://travis-ci.org/koute/stdweb)
* [yew](https://crates.io/crates/yew) — Rust framework for making client web apps
* HTTP Client