Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cptmeetkat/http-server
A HTTP Server
https://github.com/cptmeetkat/http-server
Last synced: 20 days ago
JSON representation
A HTTP Server
- Host: GitHub
- URL: https://github.com/cptmeetkat/http-server
- Owner: CptMeetKat
- Created: 2024-05-17T03:16:11.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-02T07:53:09.000Z (6 months ago)
- Last Synced: 2024-11-02T07:41:59.580Z (2 months ago)
- Language: Java
- Homepage:
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java HTTP Server
An example HTTP Server to deliver static and dynamic web content to browers asynchronously.## Features
- Request Forwarding / Routing
- Static content## Dependencies
- Java 17
- JUnit 4
- Maven# To Run Demo
- tbc# Configuration
- tbc