Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 313 Bytes

File metadata and controls

9 lines (7 loc) · 313 Bytes

Java-Live-Server

A basic http server to serve html,css,javascript files. Basically an http static file server

TODOS

  • Add helper display functionality (invoked by java -jar jarfilename.jar -h)
  • Server static files
  • Live reload
  • Show debug logs shows request headers amongs other things