Skip to content

chigix/netty-router

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netty-Router is a tiny Java library intended for use with Netty 4, to route HTTP requests to your Netty handlers.

Javadoc:

For usage instructions, see the Javadoc above of class Router and the example.

Use with Maven

<dependency>
  <groupId>tv.cntt</groupId>
  <artifactId>netty-router</artifactId>
  <version>2.0.0</version>
</dependency>

Tip: To boost Netty speed, you should also add Javassist

<dependency>
  <groupId>org.javassist</groupId>
  <artifactId>javassist</artifactId>
  <version>3.20.0-GA</version>
</dependency>

About

Tiny HTTP router library for Netty, that can route and create reverse routes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.7%
  • Scala 1.3%