peers/peerjs-server

Server for PeerJS

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 38 minutes ago
Added to GitGenius on September 14th, 2026
Created on January 5th, 2013
Open Issues & Pull Requests: 44 (+0)
GitHub issues: Enabled
Number of forks: 1,127
Total Stargazers: 4,698 (+0)
Total Subscribers: 136 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 42.4 days
Mean response time: 60.0 days
90th percentile: 98.0 days
Tracked items: 4

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 7
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 772 days
Stale 30+ days: 6
Stale 90+ days: 6

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (5)
  • unconfirmed (5)
  • server (2)
  • dependencies (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

PeerServer is a signaling server for WebRTC peer-to-peer connections established through PeerJS clients.

PeerServer solves the problem of coordinating initial connections between PeerJS clients by acting as a signaling intermediary. It does not proxy data between peers; instead, it facilitates the exchange of connection metadata needed for clients to establish direct peer-to-peer links. The server accepts configuration for port, connection key, path routing, SSL certificates, and connection limits. It can run standalone via CLI, be embedded in an existing Node.js server, or be deployed in Docker or Kubernetes environments.

Developers should choose this tool if they are building applications that use PeerJS for WebRTC communication and need to host their own signaling infrastructure rather than relying on a public server. It suits projects requiring control over connection routing, custom client ID generation, or deployment behind reverse proxies. The tool supports HTTPS, CORS configuration, and connection timeouts to handle broken or stale connections. It also offers an optional peer discovery API that exposes connected client IDs via HTTP GET.

The project maintains active engagement with its codebase through regular updates and responsiveness to issues. Development activity shows consistent attention to bug fixes and feature requests from users. The maintainers demonstrate commitment to supporting multiple deployment patterns, from simple CLI usage to complex infrastructure scenarios involving reverse proxies and Kubernetes orchestration.