WICG/local-peer-to-peer

↔️ Proposal for local communication between browsers without the aid of a server.

149

stars

104

commits

Bikeshed

primary language

May 27, 2025

updated

wicg.github.io/local-peer-to-peer/

README

Local Peer-to-Peer API

Local Peer-to-Peer is a Web platform API proposal for local communication between browsers without the aid of a server.

const conn = await new LP2PRequest(options).start();
const channel = conn.createDataChannel("chat");

channel.onopen = (event) => {
  channel.send("Hi you!");
};

For a more in-dept overview of the proposal, please see the Explainer.

Status

This specification is a work in progress.

Feedback

We welcome feedback via the issue tracker of this GitHub repo. Contributions are welcome via pull requests too.

Contributors

ibelem

49 commits

backkem

28 commits

anssiko

16 commits

yoavweiss

4 commits

WICG/local-peer-to-peer

↔️ Proposal for local communication between browsers without the aid of a server.

149

stars

104

commits

Bikeshed

primary language

May 27, 2025

updated

wicg.github.io/local-peer-to-peer/

README

Local Peer-to-Peer API

Local Peer-to-Peer is a Web platform API proposal for local communication between browsers without the aid of a server.

const conn = await new LP2PRequest(options).start();
const channel = conn.createDataChannel("chat");

channel.onopen = (event) => {
  channel.send("Hi you!");
};

For a more in-dept overview of the proposal, please see the Explainer.

Status

This specification is a work in progress.

Feedback

We welcome feedback via the issue tracker of this GitHub repo. Contributions are welcome via pull requests too.

See what people are saying

Contributors

ibelem

49 commits

backkem

28 commits

anssiko

16 commits

yoavweiss

4 commits

Languages

Bikeshed

100.0%