Downloading atmosphere.js - Atmosphere/atmosphere GitHub Wiki

There are two kinds of browser-side clients, atmosphere.js which has no dependency and jquery.atmosphere.js which requires jQuery 1.9+. The former is recommended.

Downloading atmosphere.js

To locally serve atmosphere.js, add the following dependency.

<dependency>
    <groupId>org.atmosphere.client</groupId>
    <artifactId>{jquery|javascript}</artifactId>
    <version>2.0.x</version>
</dependency>

Or you can download the war and get atmosphere.js directly from here

##Using atmosphere.js with a CDN The resources are also available on the cdnjs.

<script src="//cdnjs.cloudflare.com/ajax/libs/atmosphere/2.0.x/atmosphere.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery.atmosphere/2.0.x/jquery.atmosphere.min.js"></script>
⚠️ **GitHub.com Fallback** ⚠️