Skip to content

lefebvreb/wasmadeus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wasmadeus

Wasmadeus

github crates.io docs.rs

An experimental frontend web framework in pure rust.

Wasmadeus is focused on simplicity and robustness.

// TODO: cool counter example

Features

  • Functional reactive programming (FRP) types and concepts.
  • Modular, customizable and reusable components.
  • Rustic API featuring no macro magic.
  • Nice abstractions for fetch and other browser primitives.
  • Easy bundling with trunk.

Examples

See the examples directory for a list of examples built with Wasmadeus.

FAQ

  • Is it faster than <popular JS framework> ?

Probably not. WebAssembly is still a young technology, and did not receive the optimizations that were given to JS over decades. More importantly, WebAssembly still lacks access to the DOM, any UI operation requires an extra layer of JS to complete.

  • Can I use it with <favorite NPM package> ?

Sure, but you will have to bring your own glue.

  • Can I contribute/give feedback ?

Yes, Gladly!

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

An experimental, macro-less, frontend web framework in pure rust.

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks