Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Designing a RESTful Application on Netty

Tags:

rest

netty

I would like my services which based on Netty to be RESTful. Is anyone experienced with a good library which I can use in order to fulfill that requirement?

like image 219
user49204 Avatar asked Dec 22 '22 04:12

user49204


1 Answers

I used restexpress in the past. Its based on netty..

https://github.com/RestExpress/RestExpress

like image 163
Norman Maurer Avatar answered Jan 22 '23 16:01

Norman Maurer