Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients.
Server
<dependency>
<groupId>org.jooby</groupId>
<artifactId>jooby-netty</artifactId>
<version>1.1.3</version>
</dependency>In order to use a web server all you have to do is add the dependency to your build system.
HTTP/2 is fully supported:
| H2 | H2C | PUSH |
| --------- | ------------- | ----- |
| Yes | Yes | Yes |
No extra configuration is necessary.