add wamp-demos link, with image

this works for me when I build the site locally, but not
sure if _static/* will get uploaded magically by deploy-stuff
This commit is contained in:
meejah
2015-06-17 22:51:58 -06:00
parent 6e35699eb9
commit 8266ae2cec
2 changed files with 8 additions and 0 deletions

BIN
doc/_static/wamp-demos.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

View File

@@ -84,6 +84,14 @@ What can I do with Autobahn?
WebSocket is great for apps like **chat**, **trading**, **multi-player games** or **real-time charts**. It allows you to **actively push information** to clients as it happens. (See also :ref:`run_all_examples`)
.. image:: _static/wamp-demos.png
:alt: ascii-cast of all WAMP demos running
:height: 443
:width: 768
:target: wamp/examples.html#run-all-examples
:scale: 40%
:align: right
Further, WebSocket allows you to real-time enable your Web user interfaces: **always current information** without reloads or polling. UIs no longer need to be a boring, static thing. Looking for the right communication technology for your next-generation Web apps? Enter WebSocket.
And WebSocket works great not only on the Web, but also as a protocol for wiring up the **Internet-of-Things (IoT)**. Connecting a sensor or actor to other application components in real-time over an efficient protocol. Plus: you are using the *same* protocol to connect frontends like Web browsers.