The document summarizes Ratpack, an open source web framework for the JVM. It provides an overview of Ratpack's features such as its non-blocking architecture, support for templates, microservices, HTTP client, metrics, and more. It describes Ratpack's execution model using promises to provide deterministic processing for asynchronous code. The document also covers Ratpack's use of registries for dependency injection and blocking support.
Related topics: