All Projects → Atmosphere → Atmosphere

Atmosphere / Atmosphere

Licence: apache-2.0
Realtime Client Server Framework for the JVM, supporting WebSockets with Cross-Browser Fallbacks

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Atmosphere

Vertx Zero
Zero Framework:http://www.vertxup.cn
Stars: ✭ 320 (-90.99%)
Mutual labels:  microservices, vertx, netty
Microwebsrv2
The last Micro Web Server for IoTs (MicroPython) or large servers (CPython), that supports WebSockets, routes, template engine and with really optimized architecture (mem allocations, async I/Os). Ready for ESP32, STM32 on Pyboard, Pycom's chipsets (WiPy, LoPy, ...). Robust, efficient and documented!
Stars: ✭ 295 (-91.69%)
Mutual labels:  asynchronous, websockets, websocket-server
Vertx Blueprint Microservice
Vert.x Blueprint Project - Micro-Shop microservice application
Stars: ✭ 663 (-81.33%)
Mutual labels:  microservices, asynchronous, vertx
remoting
Jetlang Remoting - asynchronous distributed messaging
Stars: ✭ 27 (-99.24%)
Mutual labels:  asynchronous, websocket-server, websockets
cs
开箱即用的基于命令的消息处理框架,让 websocket 和 tcp 开发就像 http 那样简单
Stars: ✭ 19 (-99.47%)
Mutual labels:  websocket-server, sse
text
An experiment with WebSockets and the human condition.
Stars: ✭ 51 (-98.56%)
Mutual labels:  websocket-server, websockets
spring-boot-protocol
springboot功能扩充-netty动态协议,可以支持各种网络协议的动态切换(单端口支持多个网络协议).支持mmap,sendfile零拷贝,http请求批量聚合
Stars: ✭ 68 (-98.09%)
Mutual labels:  netty, servlet
Circuits
circuits is a Lightweight Event driven and Asynchronous Application Framework for the Python Programming Language with a strong Component Architecture.
Stars: ✭ 256 (-92.79%)
Mutual labels:  asynchronous, websockets
twjitm-core
采用Netty信息加载实现长连接实时通讯系统,客户端可以值任何场景,支持实时http通讯、webSocket通讯、tcp协议通讯、和udp协议通讯、广播协议等 通过http协议,rpc协议。 采用自定义网络数据包结构, 实现自定义网络栈。
Stars: ✭ 98 (-97.24%)
Mutual labels:  asynchronous, netty
reactive-streams-for-java-developers
No description or website provided.
Stars: ✭ 16 (-99.55%)
Mutual labels:  websocket-server, websockets
Beast
HTTP and WebSocket built on Boost.Asio in C++11
Stars: ✭ 3,241 (-8.76%)
Mutual labels:  websockets, websocket-server
apollo-chat-graphql-server
Apollo Chat is a Chat Service build on GraphQL Apollo with Subscriptions
Stars: ✭ 13 (-99.63%)
Mutual labels:  websocket-server, websockets
helloworld-web
Hello World web application in 39 different ways in Java
Stars: ✭ 18 (-99.49%)
Mutual labels:  vertx, servlet
node-jsonrpc2
JSON-RPC 2.0 server and client library, with HTTP (with Websocket support) and TCP endpoints
Stars: ✭ 103 (-97.1%)
Mutual labels:  websocket-server, websockets
simple-websocket-server
A simple WebSocket server
Stars: ✭ 26 (-99.27%)
Mutual labels:  websocket-server, websockets
LazWebsockets
Websocket Server and Client Library written in Lazarus
Stars: ✭ 51 (-98.56%)
Mutual labels:  websocket-server, websockets
Armeria
Your go-to microservice framework for any situation, from the creator of Netty et al. You can build any type of microservice leveraging your favorite technologies, including gRPC, Thrift, Kotlin, Retrofit, Reactive Streams, Spring Boot and Dropwizard.
Stars: ✭ 3,392 (-4.5%)
Mutual labels:  microservices, netty
Jetty.project
Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
Stars: ✭ 3,260 (-8.22%)
Mutual labels:  websockets, servlet
vertx-mail-client
No description or website provided.
Stars: ✭ 30 (-99.16%)
Mutual labels:  netty, vertx
Korio
Korio: Kotlin cORoutines I/O : Virtual File System + Async/Sync Streams + Async TCP Client/Server + WebSockets for Multiplatform Kotlin 1.3
Stars: ✭ 282 (-92.06%)
Mutual labels:  asynchronous, websockets

LOGO

Welcome to Atmosphere: The Event Driven Framework supporting WebSocket and HTTP

The Atmosphere Framework contains client and server side components for building Asynchronous Web Applications. Atmosphere transparently supports WebSockets, Server Sent Events (SSE), Long-Polling, HTTP Streaming (Forever frame) and JSONP.

The Atmosphere Framework Stack consists of:

Atmosphere Stack

The Atmosphere Framework Stack works on all Servlet based servers, Spring Boot and frameworks like Netty, Play! Framework and Vert.x. We support a variety of extensions like Apache Kafka, Hazelcast, RabbitMQ, Redis and many more.

Atmosphere's Java/Scala/Android Client is called wAsync.

Main development branch is atmosphere-2.7.x Only pull request for that branch will be accepted.

JDK8 JDK11 JDK13 JDK15 JDK17

Commercial support

Commercial Support is available via Async-IO.org

To use Atmosphere, add the following dependency:

     <dependency>
         <groupId>org.atmosphere</groupId>
         <artifactId>atmosphere-{atmosphere-module}</artifactId>
         <version>2.7.3</version> // MUST BE USED with atmosphere-javascript 3.1.0
      </dependency>

atmosphere-module can be: runtime (main module), jersey, spring, kafka, guice, redis, hazelcast, jms, rabbitmq, jgroups etc. Our official releases are available from Maven Central download.

Tutorial

Get started using this step by step tutorial.

Official Documentation

Easiest way to learn Atmosphere is by trying a sample.

Our Wiki contains several tutorials for getting started as well as FAQ. You can also browse the framework's Javadoc for Server Components, and atmosphere.js for Client Components.

Quick Start

The Atmosphere Framework ships with many examples describing how to implement WebSockets, Server-Sent Events, Long-Polling, HTTP Streaming and JSONP client applications. Take a look at this page to pick the best sample to start with.

Jump directly inside the code: WebSockets, Server-Sent Events (SSE), Long-Polling, JSONP and HTTP Streaming!

Take a look at the PubSub Client-Server or the infamous Chat Client-Server to realize how simple Atmosphere is! Z

Atmosphere and JDK Versions

Atmosphere 2.5.x requires JDK 8 or 11. Atmosphere 2.4.x requires JDK 1.7 or newer

Versions

2.7.x releases: 2.7.3 [2.7.2]2.7.1 2.7.0

2.6.x releases: 2.6.4 2.6.1 2.6.0

End Of Life Versions (go to http://async-io.org for commercial support)

2.5.x releases: 2.5.14 2.5.9 2.5.5 2.5.3 2.5.2 2.5.0

2.4.x releases: 2.4.32 2.4.302.4.29 2.4.27 2.4.26 2.4.24 2.4.23 2.4.22 2.4.19 2.4.18 2.4.17 2.4.16 2.4.13 2.4.12 2.4.11 2.4.9 2.4.8 2.4.7 2.4.6 2.4.5 2.4.4 2.4.3 2.4.2 2.4.1 2.4.0

2.3.x releases: 2.3.10 2.3.8 2.3.7 2.3.6 2.3.5 2.3.4 2.3.3 2.3.2 2.3.1 2.3.0

2.2.x releases: 2.2.13 2.2.10 2.2.9 2.2.8 2.2.7 2.2.6 2.2.5 2.2.4 2.2.3 2.2.2 2.2.1 2.2.0

2.1.x releases: 2.1.14 2.1.12 2.1.11 2.1.10 2.1.9 2.1.8 2.1.7 2.1.6 2.1.5 2.1.4 2.1.2 2.1.1 2.1.0

2.0.x releases: 2.0.12 2.0.11 2.0.10 2.0.9 2.0.8 2.0.7 2.0.6 2.0.5 2.0.4 2.0.3 [2.0.2] (http://goo.gl/44qnsU) 2.0.1

1.0 releases: 1.0.21 1.0.17 1.0.16 1.0.14 1.0.13 1.0.11 1.0.10 1.0.8 1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0

@Copyright 2008-2021 Async-IO.org

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].