Skip to content
/ zws Public

Serve and Open (the browser). A zero-dependency development webserver shipping with a single Java file. No compilation, no installation required.

License

Notifications You must be signed in to change notification settings

AdamBien/zws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zero Dependencies Web Server (ZWS)

Serve and Open (the browser). A zero-dependency development webserver

Run

  1. You need: Java 21 or later (should also work with Java 18+, but keep it secret 😀).
  2. curl -O https://raw.githubusercontent.com/AdamBien/SaO.java/main/ZWS.java && java ZWS.java (or clone this repo)

The server serves files from current directory and port 3000. Firefox browser opens on http://localhost:3000.

Test it with vanilla WebComponents: https://github.com/AdamBien/bce.design

ZWS in action

Single File, Zero Installation, No Dependencies Java Web (Dev) Server

About

Serve and Open (the browser). A zero-dependency development webserver shipping with a single Java file. No compilation, no installation required.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published