An open API service indexing awesome lists of open source software.

https://github.com/atmosphere/atmosphere-javascript

atmosphere-javascript
https://github.com/atmosphere/atmosphere-javascript

javascript websockets

Last synced: about 1 year ago
JSON representation

atmosphere-javascript

Awesome Lists containing this project

README

          

## Welcome to Atmosphere: The Asynchronous WebSocket/Comet Framework
Atmosphere transparently supports WebSockets, Server Sent Events (SSE), Long-Polling, HTTP Streaming (Forever frame) and JSONP.

* [npm/Node.js client](https://github.com/Atmosphere/atmosphere.js-node)

## Install

* NPM - [atmosphere.js](https://www.npmjs.com/package/atmosphere.js)

### maven

```xml

org.atmosphere.client
javascript
4.0.0

```

### npm

```shell
npm install atmosphere.js
```

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