# http-server **Repository Path**: ShanGor/http-server ## Basic Information - **Project Name**: http-server - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Static Http Server A simple HTTP server implementation with Kotlin and Netty, mainly to serve static contents like downloading, usage: ```` java -D"http.home=/usr/local/var/www" -jar /tmp/http-server.jar # like nohup java -Dhttp.home=/home/`whoami`/downloads -jar http-server.jar & ````