An open API service indexing awesome lists of open source software.

https://github.com/wojciechmarek/chat-together

WIP ⚠️ The real-time peer-to-peer chat application powered by WebRTC protocol.
https://github.com/wojciechmarek/chat-together

chat peer-to-peer react react-router tailwind tailwindcss typescript web-rtc

Last synced: 3 months ago
JSON representation

WIP ⚠️ The real-time peer-to-peer chat application powered by WebRTC protocol.

Awesome Lists containing this project

README

          

# Chat Together

This application allows to establish a real-time peer-to-peer communication between two modern browser clients.

## Purpose

To understand and use the WebRTC protocol in the real application.

## Demo

A demo is available at [chat-together-ten.vercel.app](https://chat-together-ten.vercel.app).

## Screenshots

![Screenshot 1](soon)

## Used technologies

- 🎁 Repository: regular Git repository
- 🧰 Framework: react with SWC
- 🛠️ Tools: vite, react router, clsx
- 🎨 Styling: tailwind CSS, lucide icons, dicebear avatars
- 💎 Others: mobile-first approach, web RTC commination

## How to start

1. Clone the repository,
2. Install Node.js,
3. Install dependencies (`pnpm` suggested),
4. Run the project with `pnpm run dev`.