Skip to content

A simple static web server from scratch without external dependencies

License

Notifications You must be signed in to change notification settings

cx0der/http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 file for details.

About

A simple static web server from scratch without external dependencies

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published