Skip to content

yanil3500/http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http-server

A simple HTTP server written in Python.

Contributors

  • Elyanil Castro

  • Erik Enderlein

  • Chris Hudson helped with step2 stuff.

  • Our server can now receive GET requests and send responses based on the GET request.

Echo Server

  • The client opens a socket connection to the server, with a message serving as the parameter. The message is sent to the server through the socket. The server then assembles the message piece-by-piece until it is fully assembled. Once the message is fully assembled, the message is returned then the socket is closed.

Socket HTTP Server, Step 1

  • The client receives an HTTP response based the input provided.

About

A simple HTTP server written in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published