-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
361 lines (360 loc) · 21.7 KB
/
index.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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
<!DOCTYPE html>
<html>
<head>
<title>GUN</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link rel="stylesheet" type="text/css" href="gun_style.css"> -->
<link rel="stylesheet" type="text/css" href="gun_style2.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link href='https://fonts.googleapis.com/css?family=Oxygen:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:800italic' rel='stylesheet' type='text/css'>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/gun/gun.js"></script>
</head>
<body>
<div class="poster"><img src="img/bg_img.png"></div>
<div id="vid-section">
<video autoplay loop poster="img/bg_img.png" id="bgvid" width="100%">
<source src="video/bg_video.mp4" type="video/mp4">
<source src="video/bg_video.webm" type="video/webm">
<source src="video/bg_video.ogv" type="video/ogg">
</video>
</div>
<div id="intro">
<div class="black_screen">
<img class="close" src="img/close.svg">
<iframe class="iframeVid" style="display: none;"></iframe>
</div>
<nav>
<a href="http://gun.js.org/" target="_blank">Get Started</a>
<a href="http://gun.js.org/docs" target="_blank">Documentation</a>
<a href="http://gun.js.org/think.html">Tutorials</a>
<a href="https://github.com/amark/gun">Download</a>
</nav>
<div class="play_btn">
<img class="hollow" src="img/play-01.svg">
<img class="full" src="img/play-02.svg">
</div>
<div class="gun">
<h2>Synchronize information faster than bullets can fly.</h2>
<p>We live in an era where data has become the life blood of the digital world. Customers now expect your services to seamlessly flow data between their devices. This demand requires systems that can scale at the pace of the economy itself.</p><p>Wielding that data comes with power, and the database is the new weapon. Responsibility is yours, and the ethos of GUN is to equip you even when disaster strikes. Because the best way to win wars is to solve them before they even begin.</p>
<a href="https://www.github.com/amark/gun" class="cta" target="_blank"><div><i class="fa fa-file-text-o"></i> Open Source</div></a>
<a href="pricing.html" class="cta"><div><i class="fa fa-building-o"></i> Enterprise Pricing</div></a>
</div>
<div class="triangle">
<svg width="100%" height="25%" viewBox="0 0 2 2" preserveAspectRatio="none">
<polygon points="2,0 2,2 0,2"/>
</svg>
</div>
</div>
<div id="trusted-by" class="page">
<div class="container">
<h1>Backed by Billionaires</h1>
<div class="grid">
<a href="https://angel.co/gun" target="_blank"><img src="img/trust_by/boost.svg"></a>
<a href="https://angel.co/gun" target="_blank"><img src="img/trust_by/brands.svg"></a>
<a href="https://angel.co/gun" target="_blank"><img src="img/trust_by/crcm.svg"></a>
<a href="https://angel.co/gun" target="_blank"><img src="img/trust_by/draper_assoc.svg"></a>
<a href="https://angel.co/gun" target="_blank"><img src="img/trust_by/efficient.svg"></a>
<a href="https://angel.co/gun" target="_blank"><img src="img/trust_by/td.svg"></a>
<a href="https://angel.co/gun" target="_blank"><img src="img/trust_by/nirvana.png"></a>
</div>
</div>
<div class="counter">
<h3>5,500,000+ <span>Downloads</span></h3>
</div>
</div>
<div id="industry-solutions" class="page">
<div class="container">
<h1>Industry Solutions</h1>
<div class="grid">
<div class="hex-contain">
<div class="hexagon">
<svg data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256.81 295.39">
<line class="bottom-right" x1="128.41" y1="293.67" x2="254.82" y2="220.68"/>
<line class="right" x1="254.82" y1="74.71" x2="254.82" y2="221.7"/>
<line class="top-right" x1="128.41" y1="1.72" x2="254.82" y2="74.71"/>
<line class="top-left" x1="1.99" y1="74.71" x2="128.41" y2="1.72"/>
<line class="left" x1="1.99" y1="220.68" x2="1.99" y2="74.71"/>
<line class="bottom-left" x1="128.41" y1="293.67" x2="1.99" y2="220.68"/>
</svg>
<a href="location.html"><img src="img/icons/location_aware.svg"></a>
</div>
<a href="location.html">Location Awareness</a>
</div>
<div class="hex-contain">
<div class="hexagon">
<svg data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256.81 295.39">
<line class="bottom-right" x1="128.41" y1="293.67" x2="254.82" y2="220.68"/>
<line class="right" x1="254.82" y1="74.71" x2="254.82" y2="221.7"/>
<line class="top-right" x1="128.41" y1="1.72" x2="254.82" y2="74.71"/>
<line class="top-left" x1="1.99" y1="74.71" x2="128.41" y2="1.72"/>
<line class="left" x1="1.99" y1="220.68" x2="1.99" y2="74.71"/>
<line class="bottom-left" x1="128.41" y1="293.67" x2="1.99" y2="220.68"/>
</svg>
<a href="mailto:[email protected]?subject: Industry solutions - Inventory Management"><img src="img/icons/inv_manager.svg"></a>
</div>
<a href="mailto:[email protected]?subject: Industry solutions - Inventory Management">Inventory Management</a>
</div>
<div class="hex-contain">
<div class="hexagon">
<svg data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256.81 295.39">
<line class="bottom-right" x1="128.41" y1="293.67" x2="254.82" y2="220.68"/>
<line class="right" x1="254.82" y1="74.71" x2="254.82" y2="221.7"/>
<line class="top-right" x1="128.41" y1="1.72" x2="254.82" y2="74.71"/>
<line class="top-left" x1="1.99" y1="74.71" x2="128.41" y2="1.72"/>
<line class="left" x1="1.99" y1="220.68" x2="1.99" y2="74.71"/>
<line class="bottom-left" x1="128.41" y1="293.67" x2="1.99" y2="220.68"/>
</svg>
<a href="multiplayer.html"><img src="img/icons/multiplayer.svg"></a>
</div>
<a href="multiplayer.html">Multiplayer Games</a>
</div>
<div class="hex-contain">
<div class="hexagon">
<svg data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256.81 295.39">
<line class="bottom-right" x1="128.41" y1="293.67" x2="254.82" y2="220.68"/>
<line class="right" x1="254.82" y1="74.71" x2="254.82" y2="221.7"/>
<line class="top-right" x1="128.41" y1="1.72" x2="254.82" y2="74.71"/>
<line class="top-left" x1="1.99" y1="74.71" x2="128.41" y2="1.72"/>
<line class="left" x1="1.99" y1="220.68" x2="1.99" y2="74.71"/>
<line class="bottom-left" x1="128.41" y1="293.67" x2="1.99" y2="220.68"/>
</svg>
<a href="mailto:[email protected]?subject:Industry solutions - Collaborative apps"><img src="img/icons/collaborative.svg"></a>
</div>
<a href="mailto:[email protected]?subject:Industry solutions - Collaborative apps">Collaborative Apps</a>
</div>
<div class="hex-contain">
<div class="hexagon">
<svg data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256.81 295.39">
<line class="bottom-right" x1="128.41" y1="293.67" x2="254.82" y2="220.68"/>
<line class="right" x1="254.82" y1="74.71" x2="254.82" y2="221.7"/>
<line class="top-right" x1="128.41" y1="1.72" x2="254.82" y2="74.71"/>
<line class="top-left" x1="1.99" y1="74.71" x2="128.41" y2="1.72"/>
<line class="left" x1="1.99" y1="220.68" x2="1.99" y2="74.71"/>
<line class="bottom-left" x1="128.41" y1="293.67" x2="1.99" y2="220.68"/>
</svg>
<a href="mailto:[email protected]?subject:Industry solutions - Telecommunications"><img src="img/icons/telecom.svg"></a>
</div>
<a href="mailto:[email protected]?subject:Industry solutions - Telecommunications">Telecommunications</a>
</div>
<div class="hex-contain">
<div class="hexagon">
<svg data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256.81 295.39">
<line class="bottom-right" x1="128.41" y1="293.67" x2="254.82" y2="220.68"/>
<line class="right" x1="254.82" y1="74.71" x2="254.82" y2="221.7"/>
<line class="top-right" x1="128.41" y1="1.72" x2="254.82" y2="74.71"/>
<line class="top-left" x1="1.99" y1="74.71" x2="128.41" y2="1.72"/>
<line class="left" x1="1.99" y1="220.68" x2="1.99" y2="74.71"/>
<line class="bottom-left" x1="128.41" y1="293.67" x2="1.99" y2="220.68"/>
</svg>
<a href="mailto:[email protected]?subject:Industry solutions - Social Networks"><img src="img/icons/soc_network.svg"></a>
</div>
<a href="mailto:[email protected]?subject:Industry solutions - Social networks">Social Networks</a>
</div>
<div class="hex-contain">
<div class="hexagon">
<svg data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256.81 295.39">
<line class="bottom-right" x1="128.41" y1="293.67" x2="254.82" y2="220.68"/>
<line class="right" x1="254.82" y1="74.71" x2="254.82" y2="221.7"/>
<line class="top-right" x1="128.41" y1="1.72" x2="254.82" y2="74.71"/>
<line class="top-left" x1="1.99" y1="74.71" x2="128.41" y2="1.72"/>
<line class="left" x1="1.99" y1="220.68" x2="1.99" y2="74.71"/>
<line class="bottom-left" x1="128.41" y1="293.67" x2="1.99" y2="220.68"/>
</svg>
<a href="mailto:[email protected]?subject:Industry solutions - Internet of things"><img src="img/icons/iot.svg"></a>
</div>
<a href="mailto:[email protected]?subject:Industry solutions - Internet of things">Internet of things</a>
</div>
<div class="hex-contain">
<div class="hexagon">
<svg data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256.81 295.39">
<line class="bottom-right" x1="128.41" y1="293.67" x2="254.82" y2="220.68"/>
<line class="right" x1="254.82" y1="74.71" x2="254.82" y2="221.7"/>
<line class="top-right" x1="128.41" y1="1.72" x2="254.82" y2="74.71"/>
<line class="top-left" x1="1.99" y1="74.71" x2="128.41" y2="1.72"/>
<line class="left" x1="1.99" y1="220.68" x2="1.99" y2="74.71"/>
<line class="bottom-left" x1="128.41" y1="293.67" x2="1.99" y2="220.68"/>
</svg>
<a href="mailto:[email protected]?subject:Industry solutions - Data visualization"><img src="img/icons/data_visual.svg"></a>
</div>
<a href="mailto:[email protected]?subject:Industry solutions - Data visualization">Data visualization</a>
</div>
</div>
</div>
</div>
<div id="features" class="page">
<div class="container">
<h1>Features</h1>
<div class="grid">
<div class="hex-contain">
<div class="hexagon">
<svg data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256.81 295.39">
<line class="bottom-right" x1="128.41" y1="293.67" x2="254.82" y2="220.68"/>
<line class="right" x1="254.82" y1="74.71" x2="254.82" y2="221.7"/>
<line class="top-right" x1="128.41" y1="1.72" x2="254.82" y2="74.71"/>
<line class="top-left" x1="1.99" y1="74.71" x2="128.41" y2="1.72"/>
<line class="left" x1="1.99" y1="220.68" x2="1.99" y2="74.71"/>
<line class="bottom-left" x1="128.41" y1="293.67" x2="1.99" y2="220.68"/>
</svg>
<a href="fast.html"><img src="img/icons/fast.svg"></a>
</div>
<a href="fast.html"><p>Fast</p></a>
</div>
<div class="hex-contain">
<div class="hexagon">
<svg data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256.81 295.39">
<line class="bottom-right" x1="128.41" y1="293.67" x2="254.82" y2="220.68"/>
<line class="right" x1="254.82" y1="74.71" x2="254.82" y2="221.7"/>
<line class="top-right" x1="128.41" y1="1.72" x2="254.82" y2="74.71"/>
<line class="top-left" x1="1.99" y1="74.71" x2="128.41" y2="1.72"/>
<line class="left" x1="1.99" y1="220.68" x2="1.99" y2="74.71"/>
<line class="bottom-left" x1="128.41" y1="293.67" x2="1.99" y2="220.68"/>
</svg>
<img src="img/icons/scalable.svg">
</div>
<p>Scalable</p>
</div>
<div class="hex-contain">
<div class="hexagon">
<svg data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256.81 295.39">
<line class="bottom-right" x1="128.41" y1="293.67" x2="254.82" y2="220.68"/>
<line class="right" x1="254.82" y1="74.71" x2="254.82" y2="221.7"/>
<line class="top-right" x1="128.41" y1="1.72" x2="254.82" y2="74.71"/>
<line class="top-left" x1="1.99" y1="74.71" x2="128.41" y2="1.72"/>
<line class="left" x1="1.99" y1="220.68" x2="1.99" y2="74.71"/>
<line class="bottom-left" x1="128.41" y1="293.67" x2="1.99" y2="220.68"/>
</svg>
<img src="img/icons/versatil.svg">
</div>
<p>Versatile</p>
</div>
<div class="hex-contain">
<div class="hexagon">
<svg data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256.81 295.39">
<line class="bottom-right" x1="128.41" y1="293.67" x2="254.82" y2="220.68"/>
<line class="right" x1="254.82" y1="74.71" x2="254.82" y2="221.7"/>
<line class="top-right" x1="128.41" y1="1.72" x2="254.82" y2="74.71"/>
<line class="top-left" x1="1.99" y1="74.71" x2="128.41" y2="1.72"/>
<line class="left" x1="1.99" y1="220.68" x2="1.99" y2="74.71"/>
<line class="bottom-left" x1="128.41" y1="293.67" x2="1.99" y2="220.68"/>
</svg>
<img src="img/icons/powerful.svg">
</div>
<p>Powerful</p>
</div>
<div class="hex-contain">
<div class="hexagon">
<svg data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256.81 295.39">
<line class="bottom-right" x1="128.41" y1="293.67" x2="254.82" y2="220.68"/>
<line class="right" x1="254.82" y1="74.71" x2="254.82" y2="221.7"/>
<line class="top-right" x1="128.41" y1="1.72" x2="254.82" y2="74.71"/>
<line class="top-left" x1="1.99" y1="74.71" x2="128.41" y2="1.72"/>
<line class="left" x1="1.99" y1="220.68" x2="1.99" y2="74.71"/>
<line class="bottom-left" x1="128.41" y1="293.67" x2="1.99" y2="220.68"/>
</svg>
<img src="img/icons/stable.svg">
</div>
<p>Stable</p>
</div>
</div>
<h2>Why GUN</h2>
<p>Out of the box, gun makes data synchronization effortless, handling offline changes and gruesome merge conflicts seamlessly. Every time a client recieves data, gun makes a local copy for speed and efficiency, meaning that your most crucial data is backed up on every peer that uses it, making loss of important information <em>nearly impossible</em>. With gun's graph database architecture, every form of data can be expressed, allowing for emergent, flexible, and powerful data structures in your application. While functionality can be customized, gun comes with defaults that make getting started just about as simple it gets.</p>
</div>
</div>
<div id="how" class="page">
<div class="container">
<h1>How it works</h1>
<!-- BEGIN GRAPHIC -->
<div class="devices">
<div id="phone" class="device">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 53.25 109.76">
<defs><style>.phone_body{fill:#212121;}.camera{fill:#fff;}.button{fill:#6d6d6d;}</style></defs>
<path class="phone_body" d="M44.19,0c6.28,0,8,3.59,8,7.05l-0.32,95.72c0,3.39-.74,7-7.85,7l-35.18,0c-8,0-7.95-5.1-7.94-7.18L1,7.08A7.28,7.28,0,0,1,8.39,0Z"/>
<path class="camera" d="M19.64,6.65a0.76,0.76,0,1,1-.75-0.76,0.76,0.76,0,0,1,.75.76"/>
<path class="camera" d="M27,2.9a0.55,0.55,0,1,1-.55-0.55A0.55,0.55,0,0,1,27,2.9"/>
<path class="camera" d="M30.47,6.69a0.36,0.36,0,0,0-.28-0.41h-7a0.36,0.36,0,0,0-.29.41,0.36,0.36,0,0,0,.28.41h7A0.36,0.36,0,0,0,30.47,6.69Z"/>
<circle class="button" cx="26.5" cy="103.28" r="3.88" transform="matrix(0, -1, 1, 0, -76.82, 129.64)"/>
<path class="screen" d="M52.68,28a0.32,0.32,0,0,1-.3.28H52.33A0.22,0.22,0,0,1,52.15,28V20.88a0.19,0.19,0,0,1,.18-0.24h0.05a0.3,0.3,0,0,1,.3.24V28Z"/>
<path class="screen" d="M0.83,17.84A0.12,0.12,0,0,1,.71,18h0c-0.08,0-.09,0-0.09-0.13V12.68c0-.08,0-0.23.09-0.23h0a0.23,0.23,0,0,1,.13.23v5.16Z"/>
<path class="screen" d="M0.81,38a0.14,0.14,0,0,1-.13.18h0c-0.08,0-.09-0.06-0.09-0.18V31c0-.12,0-0.23.09-0.23h0A0.21,0.21,0,0,1,.82,31V38Z"/>
<path class="screen" d="M0.82,27.92a0.22,0.22,0,0,1-.13.25h0C0.59,28.16.58,28,.58,27.92V20.86c0-.12,0-0.29.09-0.29h0a0.29,0.29,0,0,1,.13.29v7.06Z"/>
<rect class="screen" x="-15.6" y="30.87" width="84.15" height="47.38" transform="translate(-28.12 80.96) rotate(-89.92)"/>
</svg>
<div class="screen" style="position: absolute; left: 5%; top: 11%; right: 5%; height: 75%;"></div>
</div>
<div id="tablet" class="device">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110.75 163.93">
<defs><style>.tablet_body{fill:#212121;}.button{fill:#6d6d6d;}.camera{fill:#fff;}</style></defs>
<path class="tablet_body" d="M102.47,0c6.49,0,8.28,3.7,8.28,7.28l-0.2,149.41c0,3.51-.75,7.24-8.1,7.24H8.29c-8.29,0-8.22-5.26-8.22-7.41L0,7.38A7.52,7.52,0,0,1,7.68.07Z"/>
<rect class="screen" x="5.65" y="16.26" width="99.45" height="131.57"/>
<circle class="button" cx="55.38" cy="156" r="4.1"/>
<path class="camera" d="M56.56,8.47a1.19,1.19,0,1,1-1.19-1.19,1.19,1.19,0,0,1,1.19,1.19"/>
</svg>
<div class="screen" style="position: absolute; left: 5%; top: 10%; right: 5%; height: 79%;"></div>
</div>
<div id="desktop" class="device">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 364.2 295.37">
<defs><style>.behindScreen{fill:#212121;}.dev_body{fill:#848484;}.camera{fill:#fff;}.dev_base{fill:url(#linear-gradient);}</style><linearGradient id="linear-gradient" x1="181.71" y1="291.95" x2="181.71" y2="250.67" gradientUnits="userSpaceOnUse"><stop offset="0.77" stop-color="#848484"/><stop offset="0.8" stop-color="#232323"/></linearGradient></defs>
<path class="behindScreen" d="M363.2,216.5V8.74A8.74,8.74,0,0,0,354.45,0H8.74A8.74,8.74,0,0,0,0,8.74V216.5H363.2Z"/>
<path class="dev_body" d="M0,216.5v25.42a8.74,8.74,0,0,0,8.74,8.74H354.45a8.74,8.74,0,0,0,8.74-8.74V216.5H0Z"/>
<path class="camera" d="M182.91,5.61a1.26,1.26,0,1,1-1.26-1.26,1.26,1.26,0,0,1,1.26,1.26"/>
<rect class="screen" x="12.93" y="14.39" width="337.34" height="189.78"/>
<path class="dev_base" d="M239.6,288.83s-9.06-7.18-11.41-9.16c-4.42-3.31-5.08-14.48-5.08-14.48l-1.59-14.53H141.89L140.3,265.2s-0.66,11.16-5.08,14.48c-2.35,2-11.41,9.16-11.41,9.16s-1.37,1.05-1.17,1.71c0,0,1.67,1.24,6,1.41h106c4.37-.17,6-1.41,6-1.41C241,289.89,239.6,288.83,239.6,288.83Z"/>
</svg>
<div class="screen" style="position: absolute; left: 3%; top: 4%; right: 3%; height: 64%;">
<img class="mouse" src="img/mouse.png">
</div>
</div>
<div id="laptop" class="device">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 340.6 202.98">
<defs><style>.behindScreen{fill:#212121;}.dev_body{fill:#848484;}.details{fill:#6d6d6d;}</style></defs>
<path class="behindScreen" d="M314.53,11.45A11.64,11.64,0,0,0,302.89-.19L37.71,0.19A11.64,11.64,0,0,0,26.07,11.84v0.05h0V193.7H314.53V11.89h0V11.45Z"/>
<path class="dev_body" d="M332.06,193.7H8.54a37,37,0,0,0-8.54.75V200l0.37,0,9.41,0.44h321l9.41-.44,0.37,0v-5.57A37.06,37.06,0,0,0,332.06,193.7Z"/>
<path class="details" d="M332.7,200.41l-3.28.08H11.18l-3.28-.08-7.58-.31s1.45,1.88,9.46,2.23h321c8-.35,9.46-2.23,9.46-2.23Z"/>
<rect class="screen" x="39.27" y="14.94" width="262.06" height="163.66"/>
<path class="details" d="M143.86,193.69c0,0.08,0,.15,0,0.23v0.86a4.23,4.23,0,0,0,4.23,4.23h44.44a4.23,4.23,0,0,0,4.23-4.23v-0.86c0-.08,0-0.16,0-0.23H143.86Z"/>
</svg>
<div class="screen" style="position: absolute; left: 12%; top: 6%; right: 12%; height: 80%;"></div>
</div>
</div>
<!-- END THE GRAPHIC -->
<h2>Operational Details</h2>
<p>At GUN's core, it focuses on merge conflicts, creating an eventually consistent state across all synchronized machines. Although GUN uses websockets to quickly and efficiently stream data between peers, it progressively enhances the connection from JSONP, allowing seamless support back through Internet Explorer 6. As new data streams in, GUN will alert your listeners so you can reactively update your interface in real-time.</p>
</div>
</div>
<div id="contact" class="page">
<div class="container">
<div class="contact-cont"><a href="mailto:[email protected]?subject:" class="contact">Contact Us</a></div>
</div>
</div>
<div id="footer">
<div class="container" class="page">
<div class="footer_social">
<div class="grid">
<a href="http://www.github.com/amark/gun" target="_blank"><img src="img/icons/github.svg"></a>
<a href="https://gitter.im/amark/gun" target="_blank"><img src="img/icons/gitter.svg"></a>
<a href="https://twitter.com/databasegun" target="_blank"><img src="img/icons/twitter.svg"></a>
<a href="https://www.linkedin.com/company/gun-inc" target="_blank"><img src="img/icons/linkedin.svg"></a>
</div>
</div>
</div>
<nav>
<a href="http://gun.js.org/" target="_blank">Get Started</a>
<a href="http://gun.js.org/docs" target="_blank">Documentation</a>
<a href="http://gun.js.org/think.html">Tutorials</a>
<a href="https://github.com/amark/gun">Download</a>
<a href="team.html">our team</a>
</nav>
</div>
<footer>
<div class="container">
<p>Designed with ♥ by Mark Nadal, the gun team, and many very awesome contributors. Liberally licensed under <a href="https://github.com/amark/gun/blob/master/LICENSE.md"> Zlib or MIT or Apache 2.0.</a></p>
</div>
</footer>
<!-- analytics -->
<script type="text/javascript" src="analytics.js"></script>
<script type="text/javascript" src="gun.js"></script>
</body>
</html>