An open API service indexing awesome lists of open source software.

https://github.com/cx0der/http-server

A simple static web server from scratch without external dependencies
https://github.com/cx0der/http-server

http-server java java-8 scratch

Last synced: 11 months ago
JSON representation

A simple static web server from scratch without external dependencies

Awesome Lists containing this project

README

          

# HTTP Server

A bare bones HTTP server in Java without any external dependencies.

## Getting Started

Steps to get started with Http server.

### Prerequisites

To build and run all you need are:

* JDK 8+
* Gradle

### Running

Build the server using gradle

```
./gradlew jar
```

Once built, run it using

```
./gradlew run
```

## LICENSE

This project is licensed under the GPL3 License - see the [LICENSE](LICENSE) file for details.