Atmosphere transparently supports WebSockets, Server Side Events (SSE), Long-Polling, HTTP Streaming (Forever frame) and JSONP.
The Atmosphere Framework Stack consists of:
The Atmosphere Framework Stack works on all Servlet based servers including Tomcat, JBoss Jetty, Resin, GlassFish, Undertow, WebSphere, WebLogic etc. Not running a Servlet Container? [Netty](http://atmosphere.github.io/nettosphere/), [Play! Framework](http://atmosphere.github.io/atmosphere-play/) or [Vert.x](https://github.com/Atmosphere/atmosphere-vertx).Atmosphere's Java/Scala Client is called wAsync.
Using another framework? Look at the list of supported extensions. Easiest way to learn Atmosphere is by trying a sample.
Commercial Support is now available via Async-IO.org Want the project to stay alive? Please donate by visiting the Async-IO.org and click on the donate button!
Get started using this step by step tutorial.
Our Wiki contains several tutorials for getting started as well as FAQ. You can also browse the framework's Javadoc for Server Components, and atmosphere.js for Client Components.
The Atmosphere's Framework ships with many examples describing how to implement WebSockets, Server Side Events, Long Polling, HTTP Streaming and JSONP client applications. Take a look at this page to pick the best sample to start with.
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-{atmosphere-module}</artifactId>
<version>2.1.1</version>
</dependency>
Where atmosphere-module can be: jersey, runtime (main module), guice, redis, hazelcast, jms, jgroups or gwt. Our official releases are available from Maven Central download.
Jump directly inside the code: WebSockets, Server Side Events (SSE), Long-Polling, JSONP and HTTP Streaming!
Take a look at the PubSub Client-Server or the infamous Chat Client-Server to realize how simple Atmosphere is!
If you are interested, subscribe to our mailing list for more info! We also have IRC channel on irc.freenode.net under #atmosphere-comet.
2.0 release: 2.0.7 2.0.6 2.0.5 2.0.4 2.0.3 [2.0.2] (http://goo.gl/44qnsU) 2.0.1
1.0 release: 1.0.17 1.0.16 1.0.14 1.0.13 1.0.11 1.0.10 1.0.8 1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0