Skip to content

Konloch/HTTPdLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTPdLib

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.

💡 Requirements

  • Java Runtime 1.8 or higher

⚙️ How To Add As Library

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>

📚 Links

💻 How To Use

Click here to view an example of how to implement the HTTP Server.

About

A very small high performant non-blocking HTTP webserver library written in Java

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages