Skip to content

rianp/http_server

Repository files navigation

http_server

This is a basic HTTP server implemented in Java using Gradle as the build tool. It provides a starting point for building your own HTTP server application.

Prerequisites

Before proceeding, make sure you have the following software installed on your system:

  1. Java Development Kit (JDK)
  2. Gradle

Getting Started

To get started with the HTTP server, follow these steps:

  1. Clone the repository or download the source code.
  2. Open a terminal or command prompt and navigate to the project directory.

Building the Project

To build the project, run the following command:

gradle build

This will compile the Java source code, run tests (if any), and generate the necessary build artifacts.

Running the HTTP Server

To run the HTTP server, execute the following command:

gradle run

Running HTTP Server Tests

To run the HTTP Server tests, execute the following command:

gradle test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors