https://github.com/sinetja/netty-router
Tiny HTTP router library for Netty, that can route and create reverse routes
https://github.com/sinetja/netty-router
Last synced: about 1 month ago
JSON representation
Tiny HTTP router library for Netty, that can route and create reverse routes
- Host: GitHub
- URL: https://github.com/sinetja/netty-router
- Owner: sinetja
- License: mit
- Created: 2014-10-17T09:38:48.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-11-03T12:24:49.000Z (about 8 years ago)
- Last Synced: 2025-05-14T11:51:05.955Z (8 months ago)
- Language: Java
- Size: 319 KB
- Stars: 132
- Watchers: 13
- Forks: 36
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: MIT-LICENSE
Awesome Lists containing this project
- awesome-java - Netty Router
README
Netty-Router is a tiny Java library intended for use with Netty 4.1, to route HTTP
requests to your Netty handlers.
Javadoc:
* `Netty-Router `_
* `Netty `_
For usage instructions, see the Javadoc above of class ``Router`` and
`the example `_.
Use with Maven
~~~~~~~~~~~~~~
::
tv.cntt
netty-router
2.2.0
Tip:
To boost Netty speed, you should also add
`Javassist `_
::
org.javassist
javassist
3.21.0-GA