Skip to content
This repository was archived by the owner on Nov 1, 2025. It is now read-only.
NaveenB2004 edited this page Jan 20, 2025 · 10 revisions

Nexus HTTP

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 TODO features and enhancements in README.

How to refer to this wiki?

  • There should be a menu named Pages at 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 Javadoc can be also found in Maven Central. By the way, some of the package-level comments are missing in there. So we recommend using an IDE and importing the Javadoc there.

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!)

Importing? It's simple!

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.

Central Repository Minimum JDK version

<dependency>
    <groupId>io.github.lycoriscafe</groupId>
    <artifactId>nexus-http</artifactId>
    <version>1.0.2</version>
</dependency>

Contribute, Bug Report, and Discussions...

  • 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!

We love the community!

Copyright 2025 Lycoris Café


01. Package Structure & Basic Server Configuration >

Central Repository
Minimum JDK version
License

Copyright 2025 Lycoris Café

Clone this wiki locally