How To Create Webserver Python 'SimpleHTTPServer' on ubuntu 18.04

preview_player
Показать описание
This video covers the method to install Web server Python on Ubuntu 18.04. SimpleHTTPServer is a python module that allows you to create a web server or serve your files in a snap instantly.
Рекомендации по теме
Комментарии
Автор

In python3, replace 'SimpleHTTPServer' w 'http.server'
python -m http.server

owendavies
Автор

Can you connect to server when you are not on the same Wi-Fi for example say you at work and your files are at home on the server is this possible

kashmoney
Автор

How can it always be running ? And Not only local ? If someone can explain me thanks

halloffame
Автор

how to receive post request on our python server ?plz reply

vikramujjainkar
Автор

Great job, I'm going to subscribe 👍

motoduster