From 67b88b69920517a82af66dc34848dc89b2a2e059 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Wed, 4 Jun 2014 21:57:40 +0200 Subject: [PATCH] docs: Add web app section to extensiondev guide --- docs/extensiondev.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/extensiondev.rst b/docs/extensiondev.rst index 517fd027..01f29592 100644 --- a/docs/extensiondev.rst +++ b/docs/extensiondev.rst @@ -413,6 +413,14 @@ more details. return 0 +Example web application +======================= + +As of Mopidy 0.19, extensions can use Mopidy's builtin web server to host +static web clients as well as Tornado and WSGI web applications. For several +examples, see the :ref:`http-server` docs. + + Example GStreamer element =========================