Gretty is a simple web framework for both building web servers and clients. Built on top of netty, it supports NIO style http server, asynchronous http client. It also supports both websocket server and client.
It's designed to be light weight and run as a standalone embedded solution.
It's written in Groovy++. But you can use it with pure Groovy, Scala or even Java.
Do bear with me for not being a fancy writer -
Sample code demonstrating a quick web-service implementation
Also Read
An actor framework for Java concurrency
Instrumentation - Querying the memory usage of a Java object
10 things you didn't know about java performance monitoring
The Clean Coder
No comments:
Post a Comment