Skip to content

eu2138/assignment2-webserver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

Python Programming: Web Server

Skeleton code

Please read the assignment documentation before continuing. Do not attempt to push code to this repo.

sudo netstat -tulnp | grep 13331

tcp 0 0 127.0.0.1:13331 0.0.0.0:* LISTEN 1045/python

kill -9 1045

About

Skeleton code for assignment #2 - web server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.5%
  • HTML 4.5%