A bare bones HTTP server in Java without any external dependencies.
Steps to get started with Http server.
To build and run all you need are:
- JDK 8+
- Gradle
Build the server using gradle
./gradlew jar
Once built, run it using
./gradlew run
This project is licensed under the GPL3 License - see the LICENSE file for details.