MatrixAI / js-mdns

Multicast DNS Stack for TypeScript/JavaScript Applications
https://matrixai.github.io/js-mdns/
Apache License 2.0
0 stars 0 forks source link

Native Windows mDNS Stack Support (Windows.Networking.ServiceDiscovery.Dnssd) #3

Open amydevs opened 1 year ago

amydevs commented 1 year ago

Specification

Windows didn't used to have a system-wide implementation of a mDNS responder. Hence bonjour used to be packaged with many applications to support it. However, a native system implementation now exists in Windows, and it can be accessed through Win32 API calls.

Additional context

Win32 ServiceDiscovery API Standard mDNS service on Windows

Tasks

  1. ...
  2. ...
  3. ...
tegefaulkes commented 1 week ago

Linear marked this as stale so I'm reopening.