0
submitted 3 years ago by danie10@lemmy.ml to c/python@lemmy.ml

SimpleHTTPServer is a python module which allows you to instantly create a web server or serve your files in a snap. The main advantage of python’s SimpleHTTPServer is you don’t need to install anything since you have python interpreter installed. You don’t have to worry about python interpreter because almost all Linux distributions, python interpreter come handy by default.

You also can use SimpleHTTPServer as a file sharing method. You just have to enable the module within the location of your shareable files are located.

The article below guides you on how to set up and use it.

See https://www.tecmint.com/python-simplehttpserver-to-create-webserver-or-serve-files-instantly/

#technology #Linux #Python #Webserver

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here
this post was submitted on 13 Oct 2021
0 points (50.0% liked)

Python

3222 readers
1 users here now

News and discussions about the programming language Python


founded 5 years ago
MODERATORS