Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 643 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 643 Bytes

Welcome to Atmosphere: The Asynchronous WebSocket/Comet Framework

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

Install

maven

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

npm

npm install atmosphere.js

Best way to start with Atmosphere is to use chatGPT and ask for an example!