The Atmosphere Framework contains client and server side components for building Asynchronous Web Applications. The majority of popular frameworks are either supporting Atmosphere or supported natively by the framework. The Atmosphere Framework supports all major Browsers and Servers
Follow us on Twitter or get the latest news here
Atmosphere transparently supports WebSockets, Server Sent Events (SSE), Long-Polling, HTTP Streaming (Forever frame) and JSONP.
You can get atmosphere.js and jquery.atmosphere.js. If you use a script tag whose src attribute is set to one of the below one, browser may not load it because the content type served by raw.github.com is text/plain. About Node.js client, see here
Also they are available in the following ways, but there may be delays between a release and its availability. We don't manage these ways officially but they are managed by open source community so you can contribute.
- CDNJS CDN - atmosphere and jquery-atmosphere
- WebJars - atmosphere and jquery-atmosphere
<dependency>
<groupId>org.atmosphere.client</groupId>
<artifactId>{jquery|javascript}</artifactId>
<version>2.2.5</version>
</dependency>
bower install atmosphere
bower install jquery-atmosphere
Full API documentation can be read here and a lot of samples here
- 2.2.1+ => Tested with Atmosphere Runtime 2.2.x , may work with lower version
- 2.1.x => Tested with Atmosphere Runtime 2.1.x , may work with lower version
- 2.0.x => Tested with Atmosphere Runtime 2.0.x and 1.0.13+
It is recommended to always use the version that matches Atmosphere's runtime.
Latest version may work with lower version, but not officially tested.
- 2.2 release: 2.2.5 [2.2.4] (http://goo.gl/zeTxji) [2.2.3] (http://goo.gl/Tm8CF7) [2.2.2] (http://goo.gl/JuuqxI) [2.2.1] (http://goo.gl/Fq6oQI) [2.2.0] (http://goo.gl/I9zBre)
- 2.1 release: [2.1.7] (http://goo.gl/zS2Xzw) [2.1.6] (http://goo.gl/bKgBMw) [2.1.5] (http://goo.gl/KTjIZt) [2.1.4] (http://goo.gl/T7lmYn) [2.1.3] (http://goo.gl/mcRKF1) [2.1.2] (http://goo.gl/wECg76) [2.1.1] (http://goo.gl/nFf7JD) [2.1.0] (http://goo.gl/KdTPpU)
- 2.0 release: [2.0.10] (http://goo.gl/TIQri5) [2.0.8] (http://goo.gl/AGT3sc) [2.0.7] (http://goo.gl/divfqp) [2.0.6] (http://goo.gl/JEb6dI) [2.0.5] (http://goo.gl/aWouaJ) [2.0.4] (http://goo.gl/oN0V72)