We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
这是一个基于livekit 和 Next.js的匿名聊天室
ENGLISH | 中文
在线体验地址:https://chat.cwy666.eu.org/
这个Demo使用livekit cloud 的免费服务,当超过免费额度(每月50G流量)时会自动停止
(🚩表示正在进行的工作)
克隆或下载本仓库:
git clone git@github.com:velor2012/anonymous-chat-room.git cd anonymous-chat-room yarn install
在 http://cloud.livekit.io 上创建一个新的Project. 然后生成apikey project settings.
修改 next.config.js ,替换 LIVEKIT_API_KEY, LIVEKIT_API_SECRET, LIVEKIT_WS_URL 如果你需要简单的测试延迟,可以提供服务器的PING_URL,否则设置为空即可
⚠️ the website for PING needs to add a header to handle HEAD cross-domain requests
然后运行以下命令
npm run dev
之后就可以在 http://localhost:3000 打开.
这是一个标准的nextjs网站,可以按照下列步骤部署
这个项目基于
Free4chat
spatial-audio
Mornin
liveKit
liveKit-React Sdk
RecordRTC
mic-speaker-recorder
尤其是思路和界面设计,受到Free4chat的影响极大,非常感谢该库作者!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
简介
这是一个基于livekit 和 Next.js的匿名聊天室
ENGLISH | 中文
Demo
在线体验地址:https://chat.cwy666.eu.org/
这个Demo使用livekit cloud 的免费服务,当超过免费额度(每月50G流量)时会自动停止
特点
(🚩表示正在进行的工作)
本地部署
克隆或下载本仓库:
git clone git@github.com:velor2012/anonymous-chat-room.git cd anonymous-chat-room yarn install
在 http://cloud.livekit.io 上创建一个新的Project. 然后生成apikey project settings.
修改 next.config.js ,替换 LIVEKIT_API_KEY, LIVEKIT_API_SECRET, LIVEKIT_WS_URL 如果你需要简单的测试延迟,可以提供服务器的PING_URL,否则设置为空即可
然后运行以下命令
之后就可以在 http://localhost:3000 打开.
部署到生产环境
这是一个标准的nextjs网站,可以按照下列步骤部署
Thanks
这个项目基于
Free4chat
spatial-audio
Mornin
liveKit
liveKit-React Sdk
RecordRTC
mic-speaker-recorder
尤其是思路和界面设计,受到Free4chat的影响极大,非常感谢该库作者!
The text was updated successfully, but these errors were encountered: