TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Hello Chrome and Firefox, meet serverless WebRTC

71 pointsby jamestover 12 years ago

6 comments

jamestover 12 years ago
[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 未加载
songzmeover 12 years ago
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.
cakooseover 12 years ago
It's not severless. Jerks.
评论 #5173332 未加载
octatone2over 12 years ago
By serverless, I expected peer to peer without a server. This still uses a server.
krmmalikover 12 years ago
Curious. What made you choose an indian word for the project?
评论 #5173959 未加载
rorrrover 12 years ago
Not serverless. Requires firebase.