Skip to content

HTTP server that is ideal for small-scale applications, this implementation provides a straightforward file-serving solution.

Notifications You must be signed in to change notification settings

stella4444/HTTP-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple-HTTP-Server (in Python)

This repository contains a Python-based HTTP server implementation that serves files over TCP/IP using the HTTP protocol. The server listens on port 6789 and responds to HTTP GET requests by serving the requested file if it exists. It handles basic HTTP status codes (200 OK and 404 Not Found) and provides appropriate responses. This implementation is a simple file server for small-scale applications.

(Its function is similar to the LiveServer extension in VSCode)

About

HTTP server that is ideal for small-scale applications, this implementation provides a straightforward file-serving solution.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published