Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/toncherami/mpdweb.backend

MPD Web backend.
https://github.com/toncherami/mpdweb.backend

Last synced: 14 days ago
JSON representation

MPD Web backend.

Awesome Lists containing this project

README

        

# mpdweb.backend

This repository houses the backend part of [MPDWeb](https://github.com/toncherami/mpdweb) – a web client for the [Music Player Daemon](https://musicpd.org).

## Stack

- rust
- tokio
- axum
- serde
- tracing

## Development

To start the server run `cargo run`.

By default, MPD is expected to be available at `localhost:6600`.

## License

MPDWeb is licensed under the [MIT License](http://opensource.org/licenses/MIT).