-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Nexus HTTP is a simple lightweight library that provides an HTTP server and web framework to easily and quickly develop flexible web applications in Java. By referring to this wiki, you will be able to get to know the code to conduct and some usage causes.
Some features like static files serving are just name-only for this version of the API. You will be able to View the
TODOfeatures and enhancements in README.
- There should be a menu named
Pagesat the right corner. You can go to the target topic from there. - Or, if you wish to continue reading, you can use the navigation buttons that are placed on the bottom of every page.
- On every page, you will see a footer with the notice
Tutorial sources are available here!. By clicking on that, you can find the full source code for this tutorial. - The
Javadoccan be also found inMaven Central. By the way, some of the package-level comments are missing in there. So we recommend using an IDE and importing theJavadocthere.
Most of the time, we won't discuss the depth of the classes that can be found in the library API because you can go through the source codes and Javadoc. We discuss the basic getting started guides only. (We know you can do it!)
You can use the maven central repository page (the bellow buttons) to get the import snippets to your favorite build
system. Here, we provided the sample snippet for Maven.
<dependency>
<groupId>io.github.lycoriscafe</groupId>
<artifactId>nexus-http</artifactId>
<version>1.0.2</version>
</dependency>- We value your contributions! Open a pull request from here!
- Did you find an issue with the library? Immediately report to here!
- Something troubling (of course, about the library)? Discuss in here!
Copyright 2025 Lycoris Café
Tutorial sources are available here!