Skip to content
jfarcand edited this page Feb 18, 2026 · 151 revisions

Atmosphere Framework 4.0

The Atmosphere Framework makes it easy to build real-time web applications using WebSocket and Server-Sent Events (SSE) with automatic fallback to long-polling. It runs on JDK 21+ and integrates with Spring Boot 4.0, Quarkus 3.21+, and any Servlet 6.0+ container.

Atmosphere 4.0 introduces first-class Rooms with presence tracking, message history, and direct messaging — plus a fully rewritten TypeScript client with React, Vue, and Svelte hooks.

Getting Started

Pick your deployment model:

Core Concepts

Client Library — atmosphere.js 5.0

Advanced Topics

Migration

Samples

Sample Framework Source
Chat WAR / Embedded Jetty samples/chat
Chat (WebSocket) Embedded Jetty samples/embedded-jetty-websocket-chat
Chat + Rooms Spring Boot 4.0 samples/spring-boot-chat
Chat Quarkus 3.21 samples/quarkus-chat

Legacy Documentation

Looking for Atmosphere 2.x documentation? See the Legacy Documentation page.

Clone this wiki locally