Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 463 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 463 Bytes

Serverless WebRTC

A react hook that enables video or text communication between two browsers without the need for setting up any backend servers.

Packages

serverless-webrtc

Provides a react hook to set up a connection with a peer.

playground

Sample app to test out functionalities of serverless-webrtc

Local development

# Publish a new version. Can pass patch (default), minor or major as an argument)
pnpm run publish-new-version