TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Hello Chrome and Firefox, meet serverless WebRTC

71 点作者 jamest超过 12 年前

6 条评论

jamest超过 12 年前
[OP / Firebase founder here] We certainly aren't trying to be disingenuous with the 'serverless' title. The piece of code on GitHub allows you to build WebRTC functionality that doesn't require you to run a signaling sever. (or, any server if you want to go that far) Though, yes, we still run and maintain the Firebase servers to make this happen.<p>Sorry for any confusion. I'll add some explicit language in the README on GitHub.<p>Thanks for checking out the code.
评论 #5173968 未加载
songzme超过 12 年前
Firebase is useful here because you can use it to handle state changes for iceCandidates and not worry about using your own server. You can also store data with Firebase API. By 'serverless', OP means that you don't need to have your own server/database and can host your app as a standalone html file, letting firebase take care of your backend.
cakoose超过 12 年前
It's not severless. Jerks.
评论 #5173332 未加载
octatone2超过 12 年前
By serverless, I expected peer to peer without a server. This still uses a server.
krmmalik超过 12 年前
Curious. What made you choose an indian word for the project?
评论 #5173959 未加载
rorrr超过 12 年前
Not serverless. Requires firebase.