RestletExtensionNetty is a Restlet server extension that is providing REST capabilities on top of Netty.
Restlet is a powerfull REST framework that is not relaying on Servlet specification. It allows you to develop REST servers and clients very easy. See more details at: http://www.restlet.org
Netty is is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients.In other words, Netty is a NIO client server framework which enables quick and easy development of network applications such as protocol servers and clients. More information on Netty site: http://jboss.org/netty/
RestletExtensionNetty is build on top of Netty HTTP codec, providing both HTTP and HTTPS connectors to Restlet.
Current code is part of Restlet 2.0 M6
Let me know how it works for you.
3 comments:
the repo is not public.
"Permission denied. Repository is not public"
How can I take a look on the source ?
Here is the link to repository:
http://github.com/bitover/RestletExtensionNetty
In the post is the git clone url of the public repository.
gabi
http://github.com/bitover/RestletExtensionNetty
Does not resolve to a page; has this project moved?
Post a Comment