...

/

Introduction

Introduction

Learn about Ratpack and its scripts.

What is Ratpack?

At its core, Ratpack enables asynchronous, stateless HTTP applications. It is built on Netty, the event-driven networking engine. Unlike some other web framework, there is no expectation that one thread handles one request. Instead, you are encouraged to handle blocking operations to free the current thread, thus allowing high performance.

Ratpack can be ...

Access this course and 1400+ top-rated courses and projects.