Giter Club home page Giter Club logo

atmosphere-samples's Introduction

Atmosphere WebSockets Samples for for Jersey, Jersey2, GWT, JavaScript, JQuery, Netty, Guice, Spring, RMI, RabbitMQ, Redis, Hazelcast, JGroups, jsr 356, Sockjs, Socket.IO, JMS, Vert.x, Play Framework, Java EE, Tomcat, Jetty, Undertow, JBoss, etc...

One sample to rule them all!

The table below describes every Atmosphere's sample by defining the server and client API used to build it. You can download the sample by clicking on its name or clone the workspace, build it and then do

  mvn jetty:run

Recommended samples for getting started are the chat, which demonstrate usage of all transports using an AtmosphereHandler, or the jquery-pubsub, which demonstrate how to switch from one transport to another using a Jersey Resources. If you are interested to write WebSocket only application, take a look at the atmosphere-websockethandler-pubsub sample. The pubsub sample contains a lot of small demonstration on how the Jersey extension can be used. If you are interested to write HTML5 Server Side Events application, take a look at the atmosphere-sse-xxx samples.

If you plan to use Spring or GWT, take a look at their specific samples.

[Analytics]

All sample supports WebSocket and Long Polling by default. Streaming and JSONP are supported by the majority of pubsub samples. If you are interested to write HTML5 Server Side Events application, take a look at the atmosphere-sse-xxx samples.

Sample Name Description Server Components Client Components
all-api-pubsub This sample implements a pubsub example that demonstrates all Atmosphere's API and extension. The use of AtmosphereResource, Meteor, Annotation like @Suspend and @Broadcast are demonstrated AtmosphereHandler Jersey Resource Meteor WebSocketProtocol Single Callback supporting WebSocket, Long-Polling, JSONP, Http-Streaming
async-annotation-pubsub This sample demonstrates the use of the @Asynchronous annotation combined with the Callable API, showing how an application can be fully asynchronous in its execution. The sample implements the pubsub concepts. Jersey Resource Single Callback supporting WebSocket, Long-Polling, JSONP, Http-Streaming
atmosphere-ee6 This sample demonstrates the use of @Suspend with Java EE's 6 annotation like @Resource and EJB Timer Jersey Resource Http-Streaming
channel This sample demonstrate the use of @Subscribe and @Publish annotation using a pub sub application. If you are migrating from CometD, this sample is for you. Jersey Resource
chat-guice This sample demonstrate the use of Google Guice with Atmosphere. The Chat application is implemented using @Suspend and @Broadcast annotation Guice Jersey Resource Javascript Functions demonstrating WebSocket, falling back to Long-Polling
chat This sample demonstrates the use of WebSocket (falling back to SSE and Long-Polling) using the @ManagedService annotation. The sample also demonstrates how to detect which transport are supported by the client and server by negotiating with the server. Chat Javascript Functions demonstrating WebSocket, falling back to Long-Polling. This is the recommended sample to start with.
chat-multiroom This sample demonstrates the use of WebSocket (falling back SSE and to Long-Polling) using the @ManagedService annotation with Encoder and Decoder. The sample also demonstrates how to detect which transport are supported by the client and server by negotiating with the server. Chatroom Javascript Functions demonstrating WebSocket, falling back to Long-Polling. This is the recommended sample to start with.
di-guice-sample The sample demonstrates the use of Atmosphere's Dependencies Injection using Guice Jersey Resource Guice Javascript Callback
jersey2-chat This samples demonstrates the use of JAX RS Specification 2 with @AtmosphereService Jersey Resource Javascript Functions demonstrating WebSocket, falling back to Long-Polling
atmospherehandler-pubsub This sample demonstrate the use of AtmosphereHandler for implementing a pub sub application. The sample supports Long-Polling, Http Streaming and WebSocket AtmosphereHandler Javascript Function
atmosphere-meteor-pubsub This sample demonstrate the use of the Meteor API, from a Servlet, for implementing a pub sub application. The sample supports Long-Polling, Http Streaming and WebSocket Meteor Javascript Function
jquery-multirequest This sample demonstrates how multi requests can be made using the jQuery.atmosphere.js. The sample implements the pub sub application. Jersey Resource Per Request and Global callback
jquery-pubsub This sample demonstrates all transports (WebSockets, Server Side Events, Long-Polling, Http Streaming and JSONP using a super simple Jersey Resource. The sample implements a pub sub application. Jersey Resource Javascript Function
jquery-websockethandler-pubsub This sample demonstrates how to write WebSocket only application WebSocketHandler Javascript Funtion
jquery-pubsub This sample demonstrates a lot of server side functionality like broadcast/suspend/resume using a Jersey Resource. Jersey Resource
meteor-chat This sample demonstrates of the Meteor API, from a Servlet, can be used to implement a chat application Meteor Javascript Function
meteor-pubsub This sample demonstrates of the Meteor API, from a Servlet, can be used to implement a chat application Meteor Javascript Function
rest-chat This sample demonstrates the use of a Jersey Resource for implementing a chat application Jersey Resource Javascript Function
scala-chat This sample demonstrates how to use Scala to write a chat application Scala Resource Javascript Function
spring-tiles This sample demonstrates how to use the Spring and Tiles Framework with AtmosphereHandler. The sample implements a pubsub application Spring Controller Javascript Function
spring-websocket This sample demonstrates the use of Spring with Atmosphere WebSocketHandler, Meteor and AtmosphereHandler Meteor Service WebSocketProtocol Spring View
sse-chat This sample demonstrates how to use HTML 5 Server Sides Events to build a chat application using an AtmosphereHandler AtmosphereHandler Javascript Function
sse-rest-chat This sample demonstrates how to use HTML 5 Server Sides Events to build a chat application using a Jersey Resource Jersey Resource Javascript Function
twitter-live-feed This sample demonstrates how to use jQuery.atmosphere.js to implements a real time Twitter Search using a simple Jersey Resource. It also demonstrate how BroadcastFilter can be used to mark to handle large set of data to send back to the client Jersey Resource JavaScript Function
socketio-chat This sample demonstrates how the SocketIO library can be used, trsnaparently, using an AtmosphereHandler AtmosphereHandler SocketIO
native-socketio-chat This sample demonstrates how the SocketIO library and natively extending the SocketIO protocol on the server side AtmosphereHandler SocketIO
cometd/bayeux protocol This sample deploy the Cometd official demo on top of Atmosphere
websocket-chat This sample demonstrates how to write WebSocket ONLY applications WebSockerHandler JavaScript Function
websocket-stream This sample demonstrates how to write WebSocket streaming applications WebSockerHandler JavaScript Function
gwt2-jersey-rpc GWT RPC with Jersey Server Client
gwt20-json GWT with JSON Server Client
gwt20-managed-rpc GWT RPC using the @ManagedService annotation Server Client
gwt20-rpc GWT RPC using the an AtmosphereHandler Server Client
gwt20-websockets GWT client websockets using com.sksamuel.gwt websocket-stream Client

Note that for those samples using jQuery, version 2.x is used and they are not compatible with IE 6, 7, and 8. Try other browsers. For more information, see https://jquery.com/browser-support/

atmosphere-samples's People

Contributors

314pe avatar 4th-line avatar altfatterz avatar arlol avatar elakito avatar fdietze avatar gdrouet avatar jfarcand avatar kambha avatar manikantag avatar pierreh avatar pjvds avatar seirg avatar simontuffs avatar slovdahl avatar volkdir avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.