Skip to content

Downloading atmosphere.js

Donghwan Kim edited this page Jul 24, 2013 · 1 revision

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>

Step by Step Tutorials

Concepts & Architecture

15 Minutes Tutorial

Advanced Topics

API

Known WebServer Issues

References

External Documentations

githalytics.com alpha

Clone this wiki locally