simasgrilo / HTTPServer

Simple HTTP server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTTPServer

Simple HTTP server to serve static resources as suggested in John Cricket's coding Challenges. It supports multi-threading to handle multiple clients at a time, and also supports the configuration of directories where the resources to be served are found.

It uses only Java standard libraries, so no other external dependency is required.

About

Simple HTTP server


Languages

Language:Java 95.4%Language:HTML 4.6%