Miniserve

Jul 20, 2023

Ad-hoc HTTP server for file sharing

Miniserve is a small self-contained ad-hoc HTTP server that allows you to quickly serve some files over HTTP.

Features

  • Easy to use
  • Just works Correct MIME types handling out of the box
  • Single binary drop-in with no extra dependencies required
  • Authentication support with username and password
  • Fast and highly parallel thanks to Rust and Actix

It is an interesting alternative to some popular solutions

  • Python’s built-in webserver Needs to have Python installed, is low performance, and also does not handle MIME type correctly in some cases.
  • netcat Not as convenient to use and sending directories is nontrivial.


Checkout these related ports:
  • Zope213 - Object-based web application platform Version 2.13
  • Zola - Fast static site generator
  • Zgrab2 - Fast Go application scanner
  • Zerowait-httpd - Lightweight and fast http server
  • Zenphoto - Simpler web photo gallery
  • Zend-framework - Framework for developing PHP web applications
  • Yuicompressor - The Yahoo! JavaScript and CSS Compressor
  • Ytdl - YouTube downloader written in Go
  • Yt-dlp - Command-line program for downloading videos from various platforms
  • Youtube_dl - Program for downloading videos from various services
  • Yourls - Your Own URL Shortener
  • You-get - Dumb downloader that scrapes the web
  • Yaws - Web server for dynamic content written in Erlang
  • Yarr - Yet another rss reader
  • Yarn - Package manager for node, alternative to npm (meta port)