1 2 3 4 5 6 7 8 9 10 11 12 13
|
.. _mopidy-js:
****************************
Mopidy.js JavaScript library
****************************
We've made a JavaScript library, Mopidy.js, which wraps the
:ref:`websocket-api` and gets you quickly started with working on your client
instead of figuring out how to communicate with Mopidy. This library is used
as the foundation of most `Mopidy web clients <https://mopidy.com/ext/>`__.
See the `Mopidy.js project <https://github.com/mopidy/mopidy.js>`_ for
detailed usage documentation and demo applications built using Mopidy.js.
|