---
title: "💭 svenstaro/miniserve: 🌟 For when you really just want to serve ..."
description: "!https://github.com/svenstaro/miniserve"
date: 2024-07-06
published: true
tags:
  - http
  - thought
template: link
---


<div class="embed-card embed-card-external">
  <a href="https://github.com/svenstaro/miniserve" class="embed-card-link" target="_blank" rel="noopener noreferrer">
    <div class="embed-card-image">
      <img src="https://repository-images.githubusercontent.com/131135585/9cf09f00-614a-11e9-8676-f2a20b52cd4b" alt="GitHub - svenstaro/miniserve: 🌟 For when you really just want to serve some files over HTTP right now! — 🌟 For when you really just want to serve some files over HTTP right now! - svenstaro/miniserve" loading="lazy">
    </div>
    <div class="embed-card-content">
      <div class="embed-card-title">GitHub - svenstaro/miniserve: 🌟 For when you really just want to serve some files over HTTP right now!</div>
      <div class="embed-card-description">🌟 For when you really just want to serve some files over HTTP right now! - svenstaro/miniserve</div>
      <div class="embed-card-meta">GitHub &middot; github.com</div>
    </div>
  </a>
</div>


miniserve is a sweet http server, replacement for `python -m http.server`.  It's fast, runs off a small binary, but why would I want to use it over something that already exists on most machines, because it includes a bunch of features like qr codes, pretty themes, and uploads.  I've used `python -m http.server` many times to transfer files from one machine to another in a pinch, like at a family members house.  But what if they have an android, windows, or something not easy to get a python repl running on, you can run miniserve and upload from their device rather than hosting from their device.

!!! note

    This post is a <a href="/thoughts/" class="wikilink" data-title="Thoughts" data-description="These are generally my thoughts on a web page or some sort of url, except a rare few don&#39;t have a link. These are dual published off of my..." data-date="2024-04-01">thought</a>. It's a short note that I make
    about someone else's content online <a href="/tags/thoughts/" class="hashtag-tag" data-tag="thoughts" data-count=2 data-reading-time=3 data-reading-time-text="3 minutes">#thoughts</a>
