Skip to content

nadeemelahi/httpServer-staticFileServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A basic Static File Server

It just serves web page files and nothing else
It is based on the code at guide/bgnet/html/split/client-server-background.html#a-simple-stream-server using the server.c code example.
The server.c code example is for a basic tcp/ip server. All that same code is found in this project's tcp folder.
This repo includes programming for the http protocol. The http programmng is in the http folder. It serves websites only and nothing else
Next I may write a caching function so it loads the home page route the fastest, URI and POST data parsing code for AJAX, and cookie get/set code for login/member pages.

About

Serves html, css, js, ico, png, jpg, gif and nothing else.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published