The Atmosphere Framework contains client and server side components for building Asynchronous Web Application. The majority of popular frameworks are either supporting Atmosphere or supported natively by the framework. The Atmosphere Framework supports all majors Browsers and Servers
Follow us on [Twitter](http://www.twitter.com/atmo_framework) or get the latest news [here](http://jfarcand.wordpress.com)Atmosphere transparently supports WebSockets, Server Side Events (SSE), Long-Polling, HTTP Streaming (Forever frame) and JSONP.
The Atmosphere Framework Stack consists of:
Using the Netty Framework? Take a look at Atmosphere's Netty Framework implementation
Using the Play Framework? Try our Atmosphere's module
Using Vert.x? Try our Atmosphere's module
The Atmosphere Framework Stack works on all Servlet based server including Tomcat, JBoss Jetty, Resin, GlassFish, WebSphere, WebLogic etc.
Using another framework? Look at the list of supported extensions
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 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 implements WebSockets, Server Side Events, Long Polling, Http Streaming and JSONP client's application. Take a look at this page to pick the best sample to starts with.
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-{atmosphere-module}</artifactId>
<version>2.0.0.RC1</version>
</dependency>
Where atmosphere-module can be: jersey, runtime (main module), guice, redis, hazelcast, jms, jgroups or gwt. Our official release 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!
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-{atmosphere-module}</artifactId>
<version>1.0.13</version>
</dependency>
Atmosphere 1.0.13 is our official release, and our work in progress version is 2.0, targeted for end of End of July 2013
If you are interested, subscribe to our mailing list for more info! We are on irc.freenode.net under #atmosphere-comet
1.0 release: 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
0.9 release: 0.9.7 0.9.5 0.9.4 0.9.2/0.9.3 0.9.1 0.9.0
0.8 release: 0.8.6 0.8.5 0.8.4 0.8.3 0.8.2 0.8.0
Powered by Cloudbees
YourKit is kindly supporting open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of innovative and intelligent tools for profiling Java and .NET applications. Take a look at YourKit's leading software products: YourKit Java Profiler and YourKit .NET Profiler