Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 308 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 308 Bytes

A simple signaling server

A simple signaling server for clients to exchange signaling messages.

Getting Started

  • Clone this repository: git clone https://github.com/linxy49/signaling.git.
  • Run npm install from the project root.
  • Run node server in a terminal from the project root.