You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.