Asset pipeline concept in Rust web frameworks

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • swc

    Rust-based platform for the Web

  • https://swc.rs/ maybe?

  • create-react-app

    Set up a modern web app by running one command.

  • Not that I am aware. I use Tide with CRA

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • miniserve

    🌟 For when you really just want to serve some files over HTTP right now!

  • Option 2: Use something like reinda (possibly still with a pre-processing pipeline in another language) to embed the assets in the binary when you cargo build. (This is useful for tools like miniserve.)

  • lorikeet-dash

    A Web Dashboard for Lorikeet

  • I do something similar with lorikeet-dash. However the frontend is built with node and CRA. I have a build.rs script that pulls in the dist directory

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

  • Using Cognito groups to control access to API endpoints

    3 projects | dev.to | 21 Sep 2022
  • Tired of your favorite packages being ESM-only? I created a Github Org with packages automatically transformed to ESM/CommonJS hybrids

    4 projects | /r/javascript | 18 Aug 2022
  • 👥 Reproducible Nx Workspace with HugeNx’s Conventions

    3 projects | dev.to | 4 May 2024
  • 🍒 Cherry-Picked Nx v18.3 Updates

    2 projects | dev.to | 20 Apr 2024
  • Pitfalls of Deploying Hono Js App on Vercel

    3 projects | dev.to | 16 Apr 2024