Skip to content

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.

About

userve

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages