All Projects → Atmosphere → Atmosphere Javascript

Atmosphere / Atmosphere Javascript

Licence: apache-2.0
atmosphere-javascript

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Atmosphere Javascript

Wsrpc
node.js/browser protobuf rpc over binary websockets
Stars: ✭ 91 (-15.74%)
Mutual labels:  websockets
Ng2 Websockets
Example project of using WebSockets in an Angular 2 application
Stars: ✭ 100 (-7.41%)
Mutual labels:  websockets
Sockjs
SockJS Server
Stars: ✭ 105 (-2.78%)
Mutual labels:  websockets
Pytrader Python Mt4 Mt5 Trading Api Connector Drag N Drop
End-to-End solution connecting Metatrader4 & Metatrader5 💹 with Python with a simple drag and drop EA. Fully tested bug free & efficient solution for live & paper trading⭐ Full Documentation ready.
Stars: ✭ 93 (-13.89%)
Mutual labels:  websockets
Serverless Chat
A serverless web chat built using AWS Lambda, AWS IoT (for WebSockets) and Amazon DynamoDB
Stars: ✭ 99 (-8.33%)
Mutual labels:  websockets
Micro Racing
🚗 🏎️ 🎮 online 3D multiplayer neural networks based racing game
Stars: ✭ 100 (-7.41%)
Mutual labels:  websockets
Mentat
scalable group chat with tags and pretty good privacy.
Stars: ✭ 89 (-17.59%)
Mutual labels:  websockets
Nest
A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications on top of TypeScript & JavaScript (ES6, ES7, ES8) 🚀
Stars: ✭ 42,981 (+39697.22%)
Mutual labels:  websockets
Basilica
It's kinda like a forum.
Stars: ✭ 99 (-8.33%)
Mutual labels:  websockets
Django Notifs
Modular Notifications (InApp, Email, SMS, CustomBackend etc) for Django
Stars: ✭ 105 (-2.78%)
Mutual labels:  websockets
Advanced Redux
A messenger service built with Redux
Stars: ✭ 96 (-11.11%)
Mutual labels:  websockets
Sandstone
PHP microframework designed to build a RestApi working together with a websocket server. Build a real time RestApi!
Stars: ✭ 98 (-9.26%)
Mutual labels:  websockets
Linkphp
基于swoole一款高性能多进程常驻内存型全栈框架,内置WebSocket服务器、服务治理PhpRpc功能,不依赖传统的 PHP-FPM,可以用于构建高性能的Web系统、API、中间件、基础服务等等。
Stars: ✭ 101 (-6.48%)
Mutual labels:  websockets
Uvicorn Gunicorn Starlette Docker
Docker image with Uvicorn managed by Gunicorn for high-performance Starlette web applications in Python 3.7 and 3.6 with performance auto-tuning. Optionally with Alpine Linux.
Stars: ✭ 92 (-14.81%)
Mutual labels:  websockets
Qewd
Quick and Easy Web Development
Stars: ✭ 106 (-1.85%)
Mutual labels:  websockets
Js Integration Examples
Examples of common uses of ports and web components
Stars: ✭ 90 (-16.67%)
Mutual labels:  websockets
Java Oca Ocpp
Client and server library of Open Charge-Point Protocol from openchargealliance.org
Stars: ✭ 100 (-7.41%)
Mutual labels:  websockets
Entangled
Rails in real time
Stars: ✭ 108 (+0%)
Mutual labels:  websockets
Webfluxtemplate
Spring Webflux template application with working Spring Security, Web-sockets, Rest, Web MVC, and Authentication with JWT.
Stars: ✭ 107 (-0.93%)
Mutual labels:  websockets
Facil.io
Your high performance web application C framework
Stars: ✭ 1,393 (+1189.81%)
Mutual labels:  websockets

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].