Skip to content

A minimal, pure java zero dependency webserver. The goal is to serv up ONLY static content, only from the directory in which the server is started. It is intentional that things like content type are left to the browsers discression. It speaks HTTP/1.1 but is not a full implementation.

Notifications You must be signed in to change notification settings

fsparv/jstaticweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Usage:

Flattr this git repo

In the directory to be served from add jstaticweb.jar, and then do:

java -jar jstaticweb.jar

Configuration

None!!

About

A minimal, pure java zero dependency webserver. The goal is to serv up ONLY static content, only from the directory in which the server is started. It is intentional that things like content type are left to the browsers discression. It speaks HTTP/1.1 but is not a full implementation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages