Johbo's Notes - Working on the Web
  • About Me
  • Archives

Spin up a local web server with Python

Thu 01 September 2016 by Johannes Bornhold in develop Tags develop / python / server

A common need is to bring up a web server ad-hoc to serve out some files via HTTP. Most of the time I am using this trick when I want to serve a local directly quickly via HTTP without setting up anything for it.

Python has a module http.server …

more ...

  • Social

    • mastodon
    • matrix
    • github
  • Categories

    • cloud
    • develop
    • event
    • hello
    • macos
    • nixos
    • tools

© 2016 Johannes Bornhold

Back to top