An Anonymous Chat Room Power By Livekit livekit And Next.js
⚠️ Since the main branch will have current mikes after a certain number of people, I really can't find the problem, so this branch is refactored on the basis of livekit meet
ENGLISH | 中文
You can try an online demo right now at https://chat.cwy666.eu.org/, This demo uses the free service of livekit cloud as the backend and will stop automatically when the quota runs out.
- Easy to deploy, You can use the free service of livekit cloud directly, without using your own server
- Support video and voice chat (only voice is allowed by default), no login required
- Audio noise reduction, support for Speex and RNNdenoise(enabled by default), integrationweb-noise-suppressor, not support
- End-to-end Encryption(e2ee) safari
- Text chat in room, can send text or emoji
- More custom emoji support
- More message types, including images, videos 🚩
- Browser-based speaker, microphone, screen recording(Perfectly support Chrome, Edge, does not support speaker recording on safari)
- Latency calculate--Current implementation is very simple
- Room password setting
- Multiple entry points on the front side (polling a set of available apikeys) to improve reliability
- Optimized for mobile - works | good | excellent
(🚩means indicate the current ongoing)
Clone the repo and install dependencies:
git clone git@github.com:velor2012/anonymous-chat-room.git
cd anonymous-chat-room
yarn install
Create a new LiveKit project at http://cloud.livekit.io. Then create a new key in your project settings.
Modify env.example to env.local, and change the configuration according to the actual situation
Then run the development server:
npm run dev
You can test it by opening http://localhost:3000 in a browser.
This is a nextjs app, which you can deploy by following these steps
- fork the shoe repository
- import directly to vercel
- set you environment variables
this repository is built on the top of
- Free4chat
- livekit meet
- spatial-audio
- Mornin
- liveKit
- liveKit-React Sdk
- RecordRTC
- mic-speaker-recorder
thanks for their heart of open source.