Duf is a simple file server. Support static serve, search, upload, delete...

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • dufs

    A file server that supports static serving, uploading, searching, accessing control, webdav...

  • simple-http-server

    Simple http server in Rust (Windows/Mac/Linux)

  • Another relevant alternative: https://github.com/TheWaWaR/simple-http-server/

  • 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
  • static-server

    simple static file server written in Rust based on axum framework

  • axum

    Ergonomic and modular web framework built with Tokio, Tower, and Hyper

  • axum = { git = "https://github.com/tokio-rs/axum.git", branch = "main"} tokio = { version = "1.17.0", features = ["full"] } tracing = "0.1.32" tracing-subscriber = "0.3.10" tower = "0.4.12" tower-http = { version = "0.2.5", features = ["fs", "trace"] } askama = "0.11.1" hyper = { version = "0.14.18", features = ["server", "tcp", "http1", "stream"] } mime_guess = "2.0.4" mime = "0.3.16" base64 = "0.13.0" percent-encoding = "2.1.0" time = { version = "0.3.9", features = ["formatting"] } clap = { version = "3.1.8", features = ["derive"] } ```

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