Skip to content

LiterallyVoid/userve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serve static files.

HTML files are only served without their extension (/foo/bar.html will only be served at /foo/bar).

This is a single-threaded server. That means a denial-of-service attack is trivial; nc localhost 3000 does nicely.

This server is not secure. It is not battle-tested. (It is barely even tested.) It does not care about HTTP request headers. It is not spec-compliant.

Releases

No releases published

Packages

No packages published