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
- Host: GitHub
- URL: https://github.com/atmosphere/atmosphere-javascript
- Owner: Atmosphere
- License: apache-2.0
- Created: 2013-06-11T15:11:47.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2025-01-21T16:15:56.000Z (over 1 year ago)
- Last Synced: 2025-05-15T21:06:18.798Z (about 1 year ago)
- Topics: javascript, websockets
- Language: JavaScript
- Homepage:
- Size: 2.53 MB
- Stars: 124
- Watchers: 16
- Forks: 98
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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!