# nio-httpserver **Repository Path**: tufeiping/nio-httpserver ## Basic Information - **Project Name**: nio-httpserver - **Description**: A simple aync java httpserver, written when learning NIO - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2016-02-07 - **Last Updated**: 2023-05-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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