Skip to content

Releases: Ahmedm2002/Signalling_Server

v1.0.1

15 Nov 19:24

Choose a tag to compare

#Fixed issues related to port in docker

WebRTC Signalling Server

14 Nov 11:29

Choose a tag to compare

Production Release – WebRTC Signalling Server (v1.0.0)

This release delivers a stable, production-focused WebRTC signalling server designed for reliable peer-to-peer communication. It implements a deterministic signalling pipeline covering user presence, peer discovery, offer/answer negotiation, and ICE candidate exchange using Express, Socket.IO, and native WebRTC APIs.

A reference frontend client is included, featuring DataChannel setup and end-to-end session handling. Active peer sessions are tracked through an in-memory mapping layer, with a defined path for upgrading to Redis for horizontal scalability and distributed WebSocket management.

The project follows a structured TypeScript build process, compiled into a clean dist/ runtime optimized for Node.js production environments. This release establishes a solid foundation for scalable, low-latency real-time communication systems.

Full Changelog: https://github.com/Ahmedm2002/Signalling_Server/commits/v1.0.0