FirebaseRTC

Codelab for building a WebRTC Video chat application using Firebase Cloudstore. (by webrtc)

FirebaseRTC Alternatives

Similar projects and alternatives to FirebaseRTC

  1. obs-studio

    OBS Studio - Free and open source software for live streaming and screen recording

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. React

    1,929 FirebaseRTC VS React

    The library for web and native user interfaces.

  4. metamask-extension

    :globe_with_meridians: :electric_plug: The MetaMask browser extension enables browsing Ethereum blockchain enabled websites

  5. Socket.io

    851 FirebaseRTC VS Socket.io

    Realtime application framework (Node.JS server)

  6. Express

    773 FirebaseRTC VS Express

    Fast, unopinionated, minimalist web framework for node.

  7. snapdrop

    442 FirebaseRTC VS snapdrop

    A Progressive Web App for local file sharing

  8. Phaser

    182 FirebaseRTC VS Phaser

    Discontinued Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering. [Moved to: https://github.com/phaserjs/phaser] (by photonstorm)

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  10. sharedrop

    153 FirebaseRTC VS sharedrop

    Easy P2P file transfer powered by WebRTC - inspired by Apple AirDrop

  11. croc

    Easily and securely send things from one computer to another :crocodile: :package:

  12. PixiJS

    121 FirebaseRTC VS PixiJS

    The HTML5 Creation Engine: Create beautiful digital content with the fastest, most flexible 2D WebGL renderer.

  13. rainbow

    113 FirebaseRTC VS rainbow

    🌈‒ the Ethereum wallet that lives in your pocket

  14. Pion WebRTC

    Pure Go implementation of the WebRTC API

  15. nanoid

    87 FirebaseRTC VS nanoid

    A tiny (124 bytes), secure, URL-friendly, unique string ID generator for JavaScript

  16. FilePizza

    80 FirebaseRTC VS FilePizza

    :pizza: Peer-to-peer file transfers in your browser

  17. webrtc

    A pure Rust implementation of WebRTC (by webrtc-rs)

  18. mediasoup

    Cutting Edge WebRTC Video Conferencing

  19. ffplayout

    Discontinued Rust and ffmpeg based playout

  20. webrtc-sdk

    3 FirebaseRTC VS webrtc-sdk

    WebRTC Simple Calling API + Mobile SDK - A simplified approach to RTCPeerConnection for mobile and web video calling apps.

  21. flutter-webrtc

    WebRTC plugin for Flutter Mobile/Desktop/Web

  22. open-easyrtc

    Open-EasyRTC - Easy WebRTC stack

  23. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better FirebaseRTC alternative or higher similarity.

FirebaseRTC discussion

Log in or Post with

FirebaseRTC reviews and mentions

Posts with mentions or reviews of FirebaseRTC. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-11.
  • Mastering Real-Time Collaboration: Building Figma and Miro-Inspired Features with Supabase
    6 projects | dev.to | 11 May 2024
    So before we dive into the implementation, I would like to share a few things about this project(my personal exp.). During this project I studying a ton about webRTC. I started studying webRTC from scratch, like what is webRTC? how is the connection formed? how the data transfer takes place.
  • Show HN: I built a website to share files and messages without any server
    13 projects | news.ycombinator.com | 5 May 2024
    WebRTC it is: https://webrtc.org/

    Yes only the network layer encryption. No file encryption as it will cost client browsers a lot in case of encrypting and then decrypting that at other end.

    I have written more about it here: https://dikshantraj2001.medium.com/nat-stun-turn-and-ice-466...

    Currently, I am using the public STUN servers only. If the IPs are not reachable, it would show an error and won't work as setting up TURN server would mean same as a third party server saving in file and serving it over network

  • WebSocket vs. HTTP communication protocols
    3 projects | dev.to | 10 Feb 2024
    You might also consider assessing complementary or alternative technologies; WebSocket and HTTP aren’t the only options when it comes to real-time communication, after all. WebRTC is similar to WebSocket, with the key difference being that it’s used to implement peer-to-peer connections without relying on a server. That can be especially helpful for video calls, allowing participants to communicate directly without introducing load to your server.
  • Wishing Upon A Star with Web AR for Disney’s Wish
    1 project | dev.to | 25 Nov 2023
    We use WebRTC to gain access to a user’s camera and microphone using the getUserMedia method. Typically, I would gain access to both of these from the same call. However, our experience requires the camera to flip from facing the environment to facing the user and I noticed that the small period of time the flip occurred (and microphone wasn’t available) contributed to a bit of audio lagging in the final recorded video. This was one of the nastier bugs I faced in development. So, we’ll just access each of these on their own media streams so that the camera can flip independently from the microphone.
  • Create a SwiftUI Video Streaming App With Fun Emoji Reactions
    4 projects | dev.to | 8 Sep 2023
    Low latency streaming (<500ms): The Video SDK's infrastructure is built with WebbRTC, which helps to deliver secure and ultra-low latency video streams to all audiences at different bandwidths.
  • Develop a Video Chat App with WebRTC, Socket.IO, Express and React.
    2 projects | dev.to | 31 Aug 2023
    Web Real-Time Communication (WebRTC) is a technology developed by Google in 2013 for peer-to-peer communication. WebRTC enables web browsers to capture audio, video, exchange data, and teleconferencing without plugins or intermediaries. WebRTC achieve these through APIs and protocols that interact with one another. WebRTC media streaming when used with SocKet.IO will produce an application that streams media and exchange data instantly. Socket.IO is a library that provides low latency bi-directional communication between client and server. Socket.IO was built on websocket, a communication protocol that provides a full-duplex and low latency communication between server and browser. In this article, readers will learn how to build a video chat application using WebRTC and Socket.IO. This article is for web developers who wish to develop web applications that can stream media between two peers of computers in real-time without installing any plugins.
  • Live video streaming app
    2 projects | /r/golang | 11 Apr 2023
    Possibly you what to look into WebRTC: https://webrtc.org/
  • Chat protokoli
    3 projects | /r/programiranje | 7 Apr 2023
  • Use JS suited for Online Games?
    1 project | /r/learnprogramming | 9 Dec 2022
    Use the language you're comfortable with. Sounds like you're interested in creating a blockchain game. Writing your own simple game engine isn't simple. I would recommend utilizing an existing one for whatever language you want. If you still choose to write your own it can be a valuable lesson in graphical programming which I personally find fun. It's easier to cheat a webpage embedded game written in Javascript than one ported to WebASM in my experience and I've heard good things about WebRTC for embedded multiplayer games.
  • Send data to specific client from another client with a server in middle[C#][TCP][UDP]
    1 project | /r/csharp | 5 Dec 2022
    Have you looked into WebRTC? https://webrtc.org Seems like it supports exactly what you're looking for. SignalR is more for real-time messages, not really for streaming.
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 23 Apr 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Stats

Basic FirebaseRTC repo stats
60
476
0.0
almost 2 years ago

Sponsored
Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com