Skip to content

GrumpyOldTroll/wicg-multicast-receiver-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MulticastReceiver

An API that allows web applications to join a multicast (S,G) and receive authenticated, congestion-safe multicast IP traffic from services that offer it.

It provides:

  • per-packet authentication
  • an origin-based security model
  • protection against over-subscription

This lets browsers join in subscribing to popular live media events or file downloads (software or pre-recorded media) that make use of multicast IP to enable the efficient use of network and server resources.

See the explainer for more info.

Visit the demo page with a browser that implements the API to experiment with trying to receive traffic. (You may need some extra steps to receive external traffic, see the getting started primer for help, and please open issues if you encounter trouble.)

About

Proposal for a MulticastReceiver API for web apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages