Build your own HTTP server using HTTPdLib - An easy-to-use zero dependency non-blocking HTTP web server for Java.
Designed for embedding a high performant web server into your Java application.
- Java Runtime 1.8 or higher
Add it as a maven dependency or just download the latest release.
<dependency>
<groupId>com.konloch</groupId>
<artifactId>HTTPdLib</artifactId>
<version>0.1.0</version>
</dependency>
Click here to view an example of how to implement the HTTP Server.