amilajack / caster

A Chromecast client based on the new (CASTV2) protocol
https://amilajack.github.io/caster/
MIT License
2 stars 2 forks source link

consider migrating to different mdns package #16

Open amilajack opened 5 years ago

amilajack commented 5 years ago

The mdns package is a native dependency. This causes issues with development and system requirements. Using something like multicast-dns, which is a pure js implementation of mdns will improve portability of the app.