peerjs VS peerjs-server

Compare peerjs vs peerjs-server and see what are their differences.

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
peerjs peerjs-server
22 5
11,969 4,190
1.1% 1.6%
9.0 9.4
5 days ago 5 days ago
TypeScript TypeScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

peerjs

Posts with mentions or reviews of peerjs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-11.

peerjs-server

Posts with mentions or reviews of peerjs-server. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-11.
  • Help us prioritize features for our decentralized p2p chat app
    2 projects | /r/darknetplan | 11 Dec 2023
    i would like to aim for this to not be nessesary. the peerjs-server is used only to establish a webrtc connection (note: there is an option during profile creating to set a custom host for selfhosters). the app doesnt use anything like a central database... details like encryption and authentication is handled by frontend javascript as described by this code.
  • Blockchain as a Datastructure
    2 projects | /r/CryptoTechnology | 11 Nov 2023
  • Decentralized WhatsApp Clone in Javascript. Opinions?
    1 project | /r/selfhosted | 24 Oct 2023
    my code results in the static files you can save from the link to the app (html, js, css, etc). you can ctrl/cmd+s to save the statics and host them on a static-server of your choice (easier than me providing a .zip?). you can also host your own peerjs-server.
  • Is it safe to only use WebRTC ID's to establish connections (no other auth)
    1 project | /r/WebRTC | 22 Mar 2023
    Hi, Peer.JS internally uses a publicly hosted version of PeerServer (https://github.com/peers/peerjs-server) , if you don’t specify your own. This is basically the back end “server” I mentioned in your solution that will internally store a map of IDs to webrtc ICE candidates (use to connect between two peers)
  • Multiplayer in Augmented Reality
    2 projects | /r/augmentedreality | 1 Nov 2022
    I am using https://peerjs.com/. I am currently using their default brokering system (which is the default out-of-the-box). it seems (when necessary) i am able to run my own version as provided at: https://github.com/peers/peerjs-server

What are some alternatives?

When comparing peerjs and peerjs-server you can also consider the following projects:

simple-peer - 📡 Simple WebRTC video, voice, and data channels

netplayjs - Make P2P multiplayer browser games, no server hosting or synchronization code required. Powered by rollback netcode + WebRTC.

Socket.io - Realtime application framework (Node.JS server)

SkyOffice - Immersive virtual office built with Phaser, React, Redux, PeerJS, and Colyseus.

mediasoup - Cutting Edge WebRTC Video Conferencing

Fast-Connect - Standalone React WebRTC Application

Pion WebRTC - Pure Go implementation of the WebRTC API

SIP.js - A simple, intuitive, and powerful JavaScript signaling library

coturn - coturn TURN server project

simple-peer-files - A library to send files over WebRTC

js-libp2p-webrtc-star - libp2p WebRTC transport that includes a discovery mechanism provided by the signalling-star

peerjs-go - Golang PeerJS implementation