All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rapidoid.templates.docs.html Maven / Gradle / Ivy

The newest version!





















Rapidoid - The No-bullshit Web Framework for Java!








  

Rapidoid - The No-bullshit Web Framework for Java!

{{>subscribe}}
OPTION AUsing Rapidoid's Low-level API
{{>mavenl}}

Low-level vs. high-level API

The low-level HTTP API provides access to the extremely fast Rapidoid HTTP server implemented from scratch on top of Java NIO.

The high-level API is built on top of Rapidoid HTTP server, provides many advanced features for building modern POJO-based web applications.

{{#examplesl}} {{>example}} {{/examplesl}}
OPTION BUsing Rapidoid's High-level API
{{>mavenh}}
Add Main.java as entry point:
public class Main {
    public static void main(String[] args) {
        Rapidoid.run(args);
    }
}
{{#examplesh}} {{>example}} {{/examplesh}}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy