velor2012 / anonymous-chat-room

Anonymous Chat Room Power By Livekit And Next.js
https://anonymous-chat-room-eight.vercel.app
362 stars 113 forks source link

What's it

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 | 中文

Online demo

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.

Features

(🚩means indicate the current ongoing)

Running locally

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.

Deploying for production

This is a nextjs app, which you can deploy by following these steps

  1. fork the shoe repository
  2. import directly to vercel
  3. set you environment variables

Thanks

this repository is built on the top of

thanks for their heart of open source.