daviboy / atmosphere-javascript

atmosphere-javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Atmosphere: The Asynchronous WebSocket/Comet Framework

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](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.

This project contains the Javascript clients available for all Atmosphere's version and Node.js. We offer a pure Javascript Client and a jQuery Plugin

To bootstap the client using Maven, add the following dependency:

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

Full API documentation can be read here and a lot of samples here

2.0.x version has been certified to work with Atmosphere 1.0.x and 2.0.x.

2.1.x version is certified to work with Atmosphere 2.x and also work with 1.0.x, but some API has been deprecated so you may need to change your Atmosphere 1.0.x client code.

githalytics.com alpha

About

atmosphere-javascript