docs: Add woutervanwijk's web client

This commit is contained in:
Stein Magnus Jodal 2012-12-29 13:23:21 +01:00
parent ea431c2f18
commit fb8e96bbf0
2 changed files with 18 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

View File

@ -4,11 +4,26 @@
HTTP clients HTTP clients
************ ************
Mopidy added an :ref:`http-frontend` in 0.10 which provides the building blocks Mopidy added an :ref:`HTTP frontend <http-frontend>` in 0.10 which provides the
needed for creating web clients for Mopidy with the help of a WebSocket and a building blocks needed for creating web clients for Mopidy with the help of a
JavaScript library provided by Mopidy. WebSocket and a JavaScript library provided by Mopidy.
This page will list any HTTP/web Mopidy clients. If you've created one, please This page will list any HTTP/web Mopidy clients. If you've created one, please
notify us so we can include your client on this page. notify us so we can include your client on this page.
See :ref:`http-frontend` for details on how to build your own web client. See :ref:`http-frontend` for details on how to build your own web client.
woutervanwijk/Mopidy-Webclient
==============================
.. image:: /_static/woutervanwijk-mopidy-webclient.png
:width: 410
:height: 511
The first web client for Mopidy is still under development, but is already very
usable. It targets both desktop and mobile browsers.
To try it out, get a copy of https://github.com/woutervanwijk/Mopidy-WebClient
and point the :attr:`mopidy.settings.HTTP_SERVER_STATIC_DIR` setting towards
your copy of the web client.