Skip to content

bbterry/simple-python-server-socket-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server:

  Use IDLE(Python GUI) to open and run the server.py. 
  
  There may be something wrong if you run server.py by command line.
  
  Enter "http://localhost:55666" in the web browser to visit the HTTP server.

Client:

  After you run the server, use command line "client.py localhost 55666 index.htm" to run the client.
  
  You can not run the client by IDLE(Python GUI).
  

About

A simple HTTP server written in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published