Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,221 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub

mu-server

A modern Java web server, based on Netty.

Please visit https://muserver.io for full documentation or view the changelog

Getting started is as easy as:

MuServer server = MuServerBuilder.httpsServer()
    .addHandler(Method.GET, "/blah/{id}",
        (request, response, pathParams) -> {
            response.write("The ID is " + pathParams.get("id"));
        })
    .start();

Features

About

A lightweight modern webserver for Java

Topics

Resources

Stars

61 stars

Watchers

9 watching

Forks

Releases

Packages

Used by

Contributors

Languages