kahy9 / Peerify-signaling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Peerify - Signaling Server

This repository contains the code for a peer-to-peer chat application that uses a signaling server to connect clients. The signaling server is built using Node.js and Express.js.

Technologies

Node.js, Express.js

Setup

npm install | yarn

To start the signaling server, you can run the following command:

npm run dev | yarn dev

This will start the signaling server and it will be ready to accept connections from clients.

Client part

The client part is available in the repository: Peerify Client

About


Languages

Language:JavaScript 100.0%