-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
76 lines (72 loc) · 2.66 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
---
layout: home
title: Vines cloud - Connect your mobile apps with real-time messages and storage
page_id: home-page
---
<section id="intro" class="grid_12">
<p>
Vines cloud connects your apps together with real-time messages and
storage. No software to install, no servers to configure and maintain.
You build great iPhone and Android apps. We provide the server-side
scalability.
</p>
<a id="register" href="http://secure.getvines.com/beta">Beta sign up</a>
</section>
<section class="grid_12">
<div class="grid_6 alpha">
<h2>Real-time messages between your apps</h2>
<p>
Games, group chat, dashboards, live collaboration and notifications are perfect
apps for two-way, real-time data. Your application can simply
send and receive messages and let Vines cloud worry about routing them
to the right place, instantly.
</p>
</div>
<div class="grid_6 omega">
<div id="messages-screenshot" class="screenshot"></div>
</div>
</section>
<section class="grid_12">
<div class="grid_6 alpha">
<div id="storage-screenshot" class="screenshot"></div>
</div>
<div class="grid_6 omega">
<h2>Lightning fast database storage</h2>
<p>
Deploying and maintaing database servers is a complex task that distracts
from building a great user experience in your app. Vines cloud provides
a schema-less database for storing JSON documents behind a RESTful API.
No tables to define, no migrations to run. You can be storing data
minutes after signing up.
</p>
</div>
</section>
<section class="grid_12">
<div class="grid_6 alpha">
<h2>iOS + Android + Web</h2>
<p>
Vines cloud is an easy way to send messages between your
cross-platform apps for iPhone and Android. And, of course, desktop,
server-side and web apps can join in as well. Connect your entire
infrastructure through one common, secure, messaging system.
</p>
</div>
<div class="grid_6 omega">
<div id="cross-platform-screenshot" class="screenshot"></div>
</div>
</section>
<section class="grid_12">
<div class="grid_6 alpha">
<div id="open-source-screenshot" class="screenshot"></div>
</div>
<div class="grid_6 omega">
<h2>No lock-in with standards & open source</h2>
<p>
Because Vines cloud is based on industry-standard XMPP technology, it works
seamlessly with existing development frameworks and tools. And your data
always belongs to you, so you can take it with you whenever
you need. To top it all off, the Vines XMPP server, at the heart of the
service, is <a href="https://github.com/negativecode/vines">open source</a>!
</p>
</div>
</section>