Skip to content

bilal-fazlani/StupidWebServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stupid Web Server

This is a tiny little web server meant for serviing static files over http. Files could be html, css, images, json, css, script, or any other documents.

Examples:

to server a single file

StupidWebServer servefile --file beautiful.html --url http://localhost:4300

StupidWebServer servefile --file sample.json --url http://localhost:3000/getdata

To serve a folder over http

StupidWebServer servefolder --directory c:\mystaticwebsite --url http://localhost:2500

About

This is an http server for serving static http files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages