This is simple example of WebRTC chat application built with Next.js 15, Tailwind CSS, shadcn/ui, PeerJS, and FSD. This repository provides a basic implementation of real-time peer-to-peer communication using WebRTC
git clone https://github.com/your-username/WebRTC-example.git
cd WebRTC-example
bun install # or npm install
bun dev # or npm run dev