javascript

Javascript clients for Atmosphere

License

License

Categories

Categories

JavaScript Languages Vaadin User Interface Web Frameworks CLI
GroupId

GroupId

com.vaadin.external.atmosphere.client
ArtifactId

ArtifactId

javascript
Last Version

Last Version

2.3.2.vaadin2
Release Date

Release Date

Type

Type

war
Description

Description

javascript
Javascript clients for Atmosphere

Download javascript

How to add to project

<!-- https://jarcasting.com/artifacts/com.vaadin.external.atmosphere.client/javascript/ -->
<dependency>
    <groupId>com.vaadin.external.atmosphere.client</groupId>
    <artifactId>javascript</artifactId>
    <version>2.3.2.vaadin2</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin.external.atmosphere.client/javascript/
implementation 'com.vaadin.external.atmosphere.client:javascript:2.3.2.vaadin2'
// https://jarcasting.com/artifacts/com.vaadin.external.atmosphere.client/javascript/
implementation ("com.vaadin.external.atmosphere.client:javascript:2.3.2.vaadin2")
'com.vaadin.external.atmosphere.client:javascript:war:2.3.2.vaadin2'
<dependency org="com.vaadin.external.atmosphere.client" name="javascript" rev="2.3.2.vaadin2">
  <artifact name="javascript" type="war" />
</dependency>
@Grapes(
@Grab(group='com.vaadin.external.atmosphere.client', module='javascript', version='2.3.2.vaadin2')
)
libraryDependencies += "com.vaadin.external.atmosphere.client" % "javascript" % "2.3.2.vaadin2"
[com.vaadin.external.atmosphere.client/javascript "2.3.2.vaadin2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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 or get the latest news here

Atmosphere transparently supports WebSockets, Server Sent Events (SSE), Long-Polling, HTTP Streaming (Forever frame) and JSONP.

Note: In version 2.2.x, there are two versions of the scripts a jquery plugin version jquery.atmosphere.js and a plain javascript version atmosphere.js. As keeping both versions requires overhead and also confuses the users which to choose, in 2.3.x, only the plain javascript version will be supported. If you are currently using the 2.2.x jquery version, please consider migrating to the plain javascript version.

Install

manually

You can get atmosphere.js in several ways. If you use a script tag whose src attribute is set to the below one, browser may not load it because the content type served by raw.github.com is text/plain.

Also it is available from the following places, 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.

If you need to support Inetrnet Explorer 7, Firefox 3.0, Safari 3 and Opera 10 and lower versions, a JSON.stringify / JSON.parse polyfill is henceforth required like: https://github.com/bestiejs/json3

maven

<dependency>
    <groupId>org.atmosphere.client</groupId>
    <artifactId>javascript</artifactId>
    <version>3.0.6</version>
</dependency>

npm

npm install atmosphere.js

bower

bower install atmosphere

Docs

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

It is recommended to always use the version that matches Atmosphere's runtime.

Latest version may work with lower version, but not officially tested.

Changelogs

com.vaadin.external.atmosphere.client

Atmosphere Framework

Versions

Version
2.3.2.vaadin2
2.3.2.vaadin1
2.2.13.vaadin5
2.2.13.vaadin3
2.2.13.vaadin2
2.2.13.vaadin1
2.2.6.vaadin5
2.2.6.vaadin4
2.2.6.vaadin3
2.2.6.vaadin2
2.2.6.vaadin1
2.2.5.vaadin1
2.1.5.vaadin4
2.1.5.vaadin3
2.1.5.vaadin2
2.1.5.vaadin1
2.0.8.vaadin1
2.0.3.vaadin2
2.0.3-vaadin1