You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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](http://search.maven.org/#search|ga|1|atmosphere).
38
39
40
+
### Official Documentation
41
+
Complete repository of samples [sample](https://github.com/Atmosphere/atmosphere-samples/).
42
+
43
+
Our Wiki contains [several tutorials](https://github.com/Atmosphere/atmosphere/wiki) for getting started as well as [FAQ](https://github.com/Atmosphere/atmosphere/wiki/Frequently-Asked-Questions). You can also browse the framework's [Javadoc](http://atmosphere.github.io/atmosphere/apidocs/) for Server Components, and [atmosphere.js](https://github.com/Atmosphere/atmosphere/wiki/atmosphere.js-API) for Client Components.
44
+
39
45
### Getting started
40
46
Here's how to get your first Atmosphere project off the ground.
41
47
@@ -59,12 +65,7 @@ Your web client will need to establish a connection to your server. You can crea
59
65
Once you've got the basics down, explore the full range of Atmosphere's capabilities to create more sophisticated real-time applications.
60
66
61
67
For detailed instructions, examples, and advanced configurations, refer to the [official Atmosphere tutorial](https://www.async-io.org/tutorial.html).
62
-
63
-
### Official Documentation
64
-
Complete repository of samples [sample](https://github.com/Atmosphere/atmosphere-samples/).
65
-
66
-
Our Wiki contains [several tutorials](https://github.com/Atmosphere/atmosphere/wiki) for getting started as well as [FAQ](https://github.com/Atmosphere/atmosphere/wiki/Frequently-Asked-Questions). You can also browse the framework's [Javadoc](http://atmosphere.github.io/atmosphere/apidocs/) for Server Components, and [atmosphere.js](https://github.com/Atmosphere/atmosphere/wiki/atmosphere.js-API) for Client Components.
0 commit comments