Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple WebRTC Chat with SvelteKit and NestJS

This project provides a simple chat application that uses WebRTC and Socket.io as a signaling server. The project is built using the SvelteKit and NestJS frameworks and Docker.

Usage

To start the server and the client, run the following command:

make dev

The application will be available at http://localhost:8000/chat.

How It Works

The application uses WebRTC to establish a peer-to-peer connection between two clients, and Socket.io as a signaling server to exchange metadata and control messages between clients. The NestJS server provides the Socket.io endpoint and manages the connections between clients.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages