Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/see-quick/rh-summer
https://github.com/see-quick/rh-summer
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/see-quick/rh-summer
- Owner: see-quick
- License: apache-2.0
- Created: 2024-04-07T11:21:02.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-30T11:21:59.000Z (5 months ago)
- Last Synced: 2024-11-07T22:45:02.719Z (about 2 months ago)
- Language: Java
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java HTTP Servers and Bug Hunting Series
This repository contains a series of projects demonstrating various implementations of HTTP servers in Java, along with a bug hunting exercise.
## Table of Contents
1. [Simple HTTP Server](#01-simple-http-server)
2. [Enhanced HTTP Server](#02-enhanced-http-server)
3. [Spring HTTP Server](#03-spring-http-server)
4. [Bug Hunting](#04-bug-hunting)---
### 01-simple-http-server
**Description:**
This project contains the basic implementation of a simple HTTP server in Java. It covers the fundamental concepts of handling HTTP requests and responses.[View the project](./_01-simple-http-server)
---
### 02-echanced-http-server
**Description:**
Building on the simple HTTP server, this project introduces enhancements such as handling different HTTP methods, routing, and improved response handling.[View the project](./_02-echanced-http-server)
---
### 03-spring-http-server
**Description:**
This project demonstrates the implementation of an HTTP server using the Spring framework. It leverages Spring's capabilities to create a more robust and feature-rich server.[View the project](./_03-spring-http-server)
---
### 04-bug-hunting
**Description:**
This project focuses on identifying and fixing bugs in a given HTTP server implementation. It aims to improve debugging and problem-solving skills.[View the project](./_04-bug-hunting)
---
## Getting Started
Each project contains its own set of instructions in its respective directory. To get started, navigate to the project folder and follow the setup instructions provided.
## Contributing
If you have any suggestions or improvements, feel free to open an issue or submit a pull request.
## License
This project is licensed under the Apache 2.0 License. See the [LICENSE](LICENSE) file for more details.