Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 300 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 300 Bytes

a simple java nio httpserver

a simple java nio based http server. understand GET and HEAD. with a SoftReference cache. I write it for fun and speed.

how to run

  1. mvn package
  2. ./script/run.sh [port] [www-root]

caution

no security is enforced