Skip to content

paven627/nio-httpserver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

simple java nio based httpserver

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.7%
  • Shell 0.3%