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.
(🚩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
this repository is built on the top of
thanks for their heart of open source.