From f5dc5aba83bf4b8a1b86117359a9e10e271f30ac Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Wed, 12 Dec 2012 14:03:43 +0100 Subject: [PATCH] docs: Add HTTP clients page --- docs/clients/http.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/clients/http.rst diff --git a/docs/clients/http.rst b/docs/clients/http.rst new file mode 100644 index 00000000..e41adb5b --- /dev/null +++ b/docs/clients/http.rst @@ -0,0 +1,14 @@ +.. _http-clients: + +************ +HTTP clients +************ + +Mopidy added an :ref:`http-frontend` in 0.10 which provides the building blocks +needed for creating web clients for Mopidy with the help of a WebSocket and a +JavaScript library provided by Mopidy. + +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. + +See :ref:`http-frontend` for details on how to build your own web client.