-
-
Notifications
You must be signed in to change notification settings - Fork 751
/
download.html
177 lines (157 loc) · 10.2 KB
/
download.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="keywords" content="Java,WebSockets,Server Side Events,AJAX,JavaScript">
<script src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js?lang=css&skin=sunburst"></script>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print"/>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<title>Async-IO.org: Powering the Atmosphere Framework</title>
</head>
<body>
<div id="container">
<div class="inner">
<header>
<div class="asyncIO">
<div class="asyncIO-left">
<br>
<div style="text-align: center;">
<a href="http://async-io.org"><img title="logo" alt="" src="./images/AsyncIO.png"/></a>
</div>
</div>
<div class="asyncIO-right">
<h1>Welcome to Async-IO.org!</h1>
<h2>Download the Atmosphere Framework or its Sample</h2>
</div>
</div>
</header>
<section id="downloads">
<h3>Download Production Ready Atmosphere!</h3>
<div class="example">
<div class="example-left">
<h4>Using Maven</h4>
<pre class="prettyprint">
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-{module}</artifactId>
<version>2.7.5</version>
</dependency>
</pre>
<h5>where module can be runtime, guide, spring, kafka, vertx, play, jersey, socket-io, cometd, gwt, redis, hazelcast,
jgroups, rabbitmq, sockjs or
jms</h5>
</div>
<div class="example-right">
<h4>Zip</h4>
<a href="http://search.maven.org/remotecontent?filepath=org/atmosphere/atmosphere-runtime-libs/2.7.5/atmosphere-runtime-libs-2.7.5-distribution.zip"
id="download-zip" class="button"><span>Runtime</span></a>
<a href="http://search.maven.org/remotecontent?filepath=org/atmosphere/atmosphere-jersey-libs/2.7.5/atmosphere-jersey-libs-2.7.5-distribution.zip"
id="download-zip" class="button"><span>Jersey</span></a>
<a href="http://search.maven.org/remotecontent?filepath=org/atmosphere/client/jquery/2.7.5/jquery-2.7.5.war"
id="download-zip" class="button"><span>jQuery</span></a>
<a href="http://search.maven.org/remotecontent?filepath=org/atmosphere/client/javascript/2.7.5/jquery-2.7.5.war"
id="download-zip" class="button"><span>Javascript</span></a>
<a href="http://search.maven.org/remotecontent?filepath=org/atmosphere/wasync/2.1.0/wasync-2.1.0-all.jar"
id="download-zip" class="button"><span>wAsync</span></a>
<a href="http://search.maven.org/remotecontent?filepath=org/atmosphere/nettosphere-assembly/3.2.1/nettosphere-assembly-3.2.1.jar"
id="download-zip" class="button"><span>NettoSphere</span></a>
<a href="http://search.maven.org/remotecontent?filepath=org/atmosphere/atmosphere-play/2.1.2/atmosphere-play-2.1.2.jar"
id="download-zip" class="button"><span>Play! Framework</span></a>
<a href="http://search.maven.org/remotecontent?filepath=org/atmosphere/atmosphere-vertx/2.0.1/atmosphere-vertx-2.0.1.jar"
id="download-zip" class="button"><span>Vert.x</span></a>
</div>
</div>
<br>
<h3>Download older version.</h3>
<div class="example">
<div class="example-left">
<h4>Using Maven</h4>
<pre class="prettyprint">
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-{module}</artifactId>
<version>2.3.5</version>
</dependency>
</pre>
<h5>where module can be runtime, jersey, socket-io, cometd, gwt, redis, hazelcast, jquery, jgroups
or
jms</h5>
</div>
<div class="example-right">
<h4>Zip</h4>
<a href="http://search.maven.org/remotecontent?filepath=org/atmosphere/atmosphere-runtime-libs/2.3.5/atmosphere-runtime-libs-2.3.5-distribution.zip"
id="download-zip" class="button"><span>Runtime</span></a>
<a href="http://search.maven.org/remotecontent?filepath=org/atmosphere/atmosphere-jquery/2.3.5/atmosphere-jquery-2.3.5.war"
id="download-zip" class="button"><span>jQuery</span></a>
<a href="http://search.maven.org/remotecontent?filepath=org/atmosphere/atmosphere-jersey-libs/2.3.5/atmosphere-jersey-libs-2.3.5-distribution.zip"
id="download-zip" class="button"><span>Jersey</span></a>
<a href="http://search.maven.org/remotecontent?filepath=org/atmosphere/atmosphere-javascript/2.3.5/atmosphere-javascript-2.3.5.war"
id="download-zip" class="button"><span>Javascript</span></a>
</div>
</div>
<br>
<h3>Download Atmosphere's Samples</h3>
<p>You can also download our ready to use samples by directly downloading WAR file <a
href="https://github.com/Atmosphere/atmosphere-samples/blob/master/README.md">here</a>, or
click on the appropriate button below. Just deploy the war file in your favorite WebServer.</p>
<br>
<div class="example">
<div class="example-left">
<h4>WAR</h4>
<a href="http://search.maven.org/remotecontent?filepath=org/atmosphere/samples/atmosphere-chat/2.7.5/atmosphere-chat-2.7.5.war"
id="download-zip" class="button"><span>Chat</span></a>
<a href="http://search.maven.org/remotecontent?filepath=org/atmosphere/samples/atmosphere-chat-multiroom/2.7.5/atmosphere-chat-multiroom-2.7.5.war"
id="download-zip" class="button"><span>Chat Multiroom</span></a>
<a href="http://search.maven.org/remotecontent?filepath=org/atmosphere/samples/atmosphere-jersey-pubsub/2.7.5/atmosphere-jersey-pubsub-2.7.5.war"
id="download-zip" class="button"><span>PubSub</span></a>
<a href="http://search.maven.org/remotecontent?filepath=org/atmosphere/samples/atmosphere-scala-chat/2.7.5/atmosphere-scala-chat-2.7.5.war"
id="download-zip" class="button"><span>Scala Chat</span></a>
<a href="http://search.maven.org/remotecontent?filepath=org/atmosphere/samples/atmosphere-spring-websocket/2.7.5/atmosphere-spring-websocket-2.7.5.war"
id="download-zip" class="button"><span>Spring</span></a>
<a href="http://search.maven.org/remotecontent?filepath=org/atmosphere/samples/atmosphere-websocket-chat/2.7.5/atmosphere-websocket-chat-2.7.5.war"
id="download-zip" class="button"><span>WebSockets</span></a>
</div>
<div class="example-right">
<h4>WAR</h4>
<a href="http://search.maven.org/remotecontent?filepath=org/atmosphere/samples/atmosphere-meteor-pubsub/2.7.5/atmosphere-meteor-pubsub-2.7.5.war"
id="download-zip" class="button"><span>Servlet</span></a>
<a href="http://search.maven.org/remotecontent?filepath=org/atmosphere/samples/gwt20-managed-rpc/2.7.5/gwt20-managed-rpc-2.7.5.war"
id="download-zip" class="button"><span>GWT</span></a>
<a href="http://search.maven.org/remotecontent?filepath=org/atmosphere/samples/atmosphere-socketio-chat/2.7.5/atmosphere-socketio-chat-2.7.5.war"
id="download-zip" class="button"><span>Socket.IO</span></a>
<a href="http://search.maven.org/remotecontent?filepath=org/atmosphere/samples/atmosphere-guice-chat/2.7.5/atmosphere-guice-chat-2.7.5.war"
id="download-zip" class="button"><span>Guice</span></a>
<a href="http://search.maven.org/remotecontent?filepath=org/atmosphere/samples/atmosphere-sse-rest-chat/2.7.5/atmosphere-sse-rest-chat-2.7.5.war"
id="download-zip" class="button"><span>SSE</span></a>
<a href="http://search.maven.org/remotecontent?filepath=org/atmosphere/samples/atmosphere-meteor-chat/2.7.5/atmosphere-meteor-chat-2.7.5.war"
id="download-zip" class="button"><span>Servlet Chat</span></a>
</div>
</div>
</section>
<h3>Help Making The Atmosphere Framework Better: <a href="https://github.com/sponsors/Atmosphere">Sponsor</a> to
keep the project alive!</h3
<footer>
<p>©2008-2024 All Rights Reserved - <a href="http://async-io.org/">Async-IO.org</a>. Follow us on <a
href="http://twitter.com/asyncio">Twitter</a></p>
</footer>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-31990725-2");
pageTracker._trackPageview();
} catch (err) {
}
</script>
</div>
</div>
</body>
</html>