awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
peers avatar

peers/peerjs

0
View on GitHub↗
13,359 Stars·1,461 Forks·TypeScript·MIT·7 Aufrufepeerjs.com↗

Peerjs

PeerJS is a real-time communication library and framework designed to establish direct peer-to-peer data and media connections between browsers. It provides a simplified wrapper for managing the lifecycles of WebRTC connectivity, enabling the exchange of audio, video, and data without a central relay.

The project includes a coordination server that handles signaling management by mapping unique user identities to network connection details. This server facilitates the discovery of remote peers and the exchange of metadata required to perform the initial connection handshake.

The framework supports several communication patterns, including real-time video calling, decentralized data messaging, and direct binary file transfers. It utilizes an event-driven system to manage connection states and employs heartbeat monitoring to track the health of active peer sessions.

Features

  • Peer Connectivity - Establishes direct browser-to-browser data and media channels using the WebRTC protocol for low-latency communication.
  • Real-time Communication Libraries - Provides a library for streaming audio, video, and data messages directly between clients without a central relay.
  • Peer Discovery - Maps unique user identities to network details via a registry to facilitate peer discovery.
  • Signaling Servers - Includes a coordination server to exchange connection metadata and identity descriptors for peer handshakes.
  • Real-time Communication - Facilitates low-latency data exchange and media streaming through direct browser-to-browser connections.
  • WebRTC Wrappers - Provides a simplified API wrapper for managing WebRTC connection lifecycles and peer discovery.
  • P2P Frameworks - Offers a comprehensive framework for establishing direct peer-to-peer data and media connections between browsers.
  • Heartbeat Monitors - Employs periodic heartbeat pings to monitor active connection health and prune dead peer sessions.
  • Browser-Based Video Calling - Enables the implementation of real-time audio and video calls between browsers using coordinated media streams.
  • Decentralized Messaging - Supports the creation of chat and collaborative tools where messages travel directly between peers.
  • Peer-to-Peer File Sharing - Allows sending and receiving binary files directly between users via decentralized WebRTC channels.
  • Connection Lifecycle Managers - Provides an event-driven system to manage peer states and network transitions throughout the connection lifecycle.

Star-Verlauf

Star-Verlauf für peers/peerjsStar-Verlauf für peers/peerjs

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Peerjs

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Peerjs.
  • ianramzy/decentralized-video-chatAvatar von ianramzy

    ianramzy/decentralized-video-chat

    3,313Auf GitHub ansehen↗

    This project is a browser-based video conferencing platform that facilitates direct, peer-to-peer communication between participants. By utilizing browser-native media capture and direct network connections, it enables real-time audio, video, and screen sharing without relying on central media relay servers. The platform distinguishes itself through its focus on ephemeral, private communication. It generates unique, short-lived session identifiers for virtual rooms that exist only in memory, ensuring that no persistent user accounts or long-term storage are required. To maintain connection st

    javascriptnodejspeer-to-peer
    Auf GitHub ansehen↗3,313
  • awesome-selfhosted/awesome-selfhostedAvatar von awesome-selfhosted

    awesome-selfhosted/awesome-selfhosted

    299,516Auf GitHub ansehen↗

    This project is a community-curated directory of open-source software designed for deployment in private server environments and home labs. It serves as a comprehensive resource for discovering independent, self-hosted alternatives to mainstream cloud services, enabling users to maintain full data ownership and control over their digital infrastructure. The directory is structured through a hierarchical taxonomy that organizes a vast collection of applications into logical categories, ranging from media management and data analytics to private communication and team productivity tools. It dis

    awesomeawesome-listcloud
    Auf GitHub ansehen↗299,516
  • mistweaverco/bananasAvatar von mistweaverco

    mistweaverco/bananas

    6,238Auf GitHub ansehen↗

    Bananas is a peer-to-peer screen sharing application that uses WebRTC to establish direct browser-to-browser connections, enabling real-time screen sharing without routing data through a central server. The application assigns ephemeral identity tokens tied only to session IDs, eliminating the need for user accounts or persistent login systems, and generates unique alphanumeric session URLs for one-click joining. The application distinguishes itself through collaborative multi-cursor overlays, where each participant's cursor is rendered as an HTML5 Canvas layer composited over the shared scre

    Sveltecross-platformmulti-cursorp2p
    Auf GitHub ansehen↗6,238
  • peers/peerjs-serverAvatar von peers

    peers/peerjs-server

    4,684Auf GitHub ansehen↗

    PeerJS Server is a WebRTC signaling server and connection broker that coordinates handshakes between clients to establish direct peer-to-peer connections. It functions as a coordination point for discovering peer identifiers and initiating real-time media and data streams between remote browser clients. The project can be deployed as a dedicated signaling server or integrated as Node.js middleware within an existing web application to share a single network port. It manages the lifecycle of peer connections through a centralized signaling process, assigning unique identifiers to clients and m

    TypeScriptnodejspeerjsserver
    Auf GitHub ansehen↗4,684
Alle 30 Alternativen zu Peerjs anzeigen→

Häufig gestellte Fragen

Was macht peers/peerjs?

PeerJS is a real-time communication library and framework designed to establish direct peer-to-peer data and media connections between browsers. It provides a simplified wrapper for managing the lifecycles of WebRTC connectivity, enabling the exchange of audio, video, and data without a central relay.

Was sind die Hauptfunktionen von peers/peerjs?

Die Hauptfunktionen von peers/peerjs sind: Peer Connectivity, Real-time Communication Libraries, Peer Discovery, Signaling Servers, Real-time Communication, WebRTC Wrappers, P2P Frameworks, Heartbeat Monitors.

Welche Open-Source-Alternativen gibt es zu peers/peerjs?

Open-Source-Alternativen zu peers/peerjs sind unter anderem: ianramzy/decentralized-video-chat — This project is a browser-based video conferencing platform that facilitates direct, peer-to-peer communication… awesome-selfhosted/awesome-selfhosted — This project is a community-curated directory of open-source software designed for deployment in private server… samdutton/simpl — Simpl is an HTML, CSS, and JavaScript example library that provides a collection of minimal functional demonstrations… mistweaverco/bananas — Bananas is a peer-to-peer screen sharing application that uses WebRTC to establish direct browser-to-browser… peers/peerjs-server — PeerJS Server is a WebRTC signaling server and connection broker that coordinates handshakes between clients to… webrtc/apprtc — apprtc is a WebRTC video chat application and signaling server designed to establish peer-to-peer audio and video…