Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/toncherami/mpdweb.backend
- Owner: TonCherAmi
- License: mit
- Created: 2020-09-13T00:29:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-24T23:29:46.000Z (5 months ago)
- Last Synced: 2024-11-05T12:29:04.604Z (2 months ago)
- Language: Rust
- Size: 259 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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).