Components
myMPD is opensource and build on top off other great opensource software.
Frontend
- Bootstrap (only the css part)
- Bootstrap Native (replaces the javascript for bootstrap)
- long-press-event (support of long touch events)
- Material Design Icons (Icons)
Backend
- incbin (embedding assets)
- libmympdclient (mpd communication)
- mjson (json parsing)
- Mongoose (web server)
- mpack (MessagePack serialization)
- rax (radix tree implementation)
- sds (dynamic string handling)
- utest (unit tests)
- utf8 (utf8 handling)