Awesome
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
- mvn package
- ./script/run.sh [port] [www-root]
caution
no security is enforced