Building a web application with Rust and WebAssembly

This page summarizes the projects mentioned and recommended in the original post on /r/rust

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. text-cleaner

    A WASM-based Yew web app to manipulate text by some commonly used operations.

    Nice. I too built a WASM web frontend with Yew last weekend. https://github.com/aalekhpatel07/text-cleaner

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. trunk

    Build, bundle & ship your Rust WASM application to the web.

    Use trunk. It's great.

  4. mini-css-extract-plugin

    Lightweight CSS extraction plugin

    This shouldn't be the case, at least not if you're doing it "properly". For dev builds, sure, but for production, it's better to use something like mini-css-extract-plugin to extract the bundled CSS into separate files. Then for files in your main entrypoint, the CSS will be loaded via tags, and files loaded via code-splitting, the tags will be added to the DOM dynamically.

  5. black-hat-rust

    Applied offensive security with Rust - https://kerkour.com/black-hat-rust

    Check the goal of author's book - https://kerkour.com/black-hat-rust Im my opinion, the knowledge itself is neither good or bad - usage of this knowledge is the thing that matters. This particular knowledge is applicable not only for script kiddies, but also for security experts, who develop protection.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Weird Cargo.toml depedencies

    1 project | /r/rust | 11 Jul 2023
  • We Just Released our Rust WebTransport Teleconferencing System - Here are Some Lessons Learned

    10 projects | /r/rust | 10 Jul 2023
  • I wrote a typing trainer in pure Rust + WASM

    2 projects | /r/rust | 2 Feb 2023
  • Go Library like PyWhat?

    2 projects | /r/golang | 20 Oct 2022
  • lemmeknow - the fastest way to identify anything!

    2 projects | /r/lemmeknow | 15 Aug 2022

Did you know that Rust is
the 5th most popular programming language
based on number of references?