Developer

Cristhofer

CristhGunners - Desarrollador de Software

Andana

Designer

Crear un servidor local con Python en una linea

python

diciembre 18, 2022

Como crear un servidor local con Python en una linea :

Python 2 :

python -m SimpleHTTPServer 8000

Python 3 :

python -m http.server 8000