Skip to content

Backend-assignment/simple_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

simple_server

Run simple html server

python -m http.server

Run http server for local network

python -m http.server 8000 --bind 0.0.0.0

## Print my local ip
for linux

```bash
ip addr show

for mac

ifconfig

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published