<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Amber</title>
    <description>The latest articles on DEV Community by Amber (@bytesize).</description>
    <link>https://dev.to/bytesize</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3411490%2Fe4f2019c-14a0-4463-bbad-79d596fd0c9a.png</url>
      <title>DEV Community: Amber</title>
      <link>https://dev.to/bytesize</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bytesize"/>
    <language>en</language>
    <item>
      <title>Building a Real-Time Movie Sync App with React, Firebase, and WebSockets</title>
      <dc:creator>Amber</dc:creator>
      <pubDate>Mon, 04 Aug 2025 12:08:56 +0000</pubDate>
      <link>https://dev.to/bytesize/building-a-real-time-movie-sync-app-with-react-firebase-and-websockets-45dj</link>
      <guid>https://dev.to/bytesize/building-a-real-time-movie-sync-app-with-react-firebase-and-websockets-45dj</guid>
      <description>&lt;p&gt;I've been thinking about this idea for a while now — a simple app that lets people watch movies together, in sync, even if they're miles apart.&lt;/p&gt;

&lt;p&gt;There are already a few tools out there for this kind of thing, but building my own version felt like a chance to learn something meaningful — especially around &lt;strong&gt;real-time communication&lt;/strong&gt;, &lt;strong&gt;scaling&lt;/strong&gt;, and &lt;strong&gt;full-stack development&lt;/strong&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  What is CineSync?
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;CineSync&lt;/strong&gt; is a small project I'm working on that will allow two to 10 users to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Join a shared "room"&lt;/li&gt;
&lt;li&gt;Start a movie at the same time&lt;/li&gt;
&lt;li&gt;Stay in sync if the host pauses, skips, or seeks&lt;/li&gt;
&lt;li&gt;Chat during the movie&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The goal isn’t to compete with existing platforms. I just want to build something useful while getting more comfortable with technologies I’ve been meaning to dive deeper into.&lt;/p&gt;

&lt;h3&gt;
  
  
  Tech Stack (So Far)
&lt;/h3&gt;

&lt;p&gt;I’ll be using:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;React + Next.js&lt;/strong&gt; – for the frontend&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Firebase&lt;/strong&gt; – for auth and possibly real-time database&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;WebSockets&lt;/strong&gt; – to keep playback and chat in sync&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GraphQL&lt;/strong&gt; – for more structured data interactions&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I’m still figuring things out and may adjust tools as I go.&lt;/p&gt;

&lt;h3&gt;
  
  
  What I'm Trying to Learn
&lt;/h3&gt;

&lt;p&gt;I’ve worked with APIs, modern JavaScript frameworks, and a bit of backend in the past. But real-time apps feel like another level — there’s timing, state syncing, and all sorts of small edge cases I’m starting to notice.&lt;/p&gt;

&lt;p&gt;This project is my way of:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Exploring WebSockets and real-time UX&lt;/li&gt;
&lt;li&gt;Understanding the role of state management in shared experiences&lt;/li&gt;
&lt;li&gt;Learning when and how to use Firebase beyond just basic auth&lt;/li&gt;
&lt;li&gt;Practicing building something end-to-end&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Open to Feedback &amp;amp; Connection
&lt;/h3&gt;

&lt;p&gt;I’ve had a few collaborations fall through recently — not out of anyone’s fault, just life and timing. So I’m building CineSync solo for now. But I’d still love to connect with folks who are interested in real-time apps, or even just building thoughtful side projects.&lt;/p&gt;

&lt;p&gt;If you’ve ever tried something similar (or want to), let’s chat in the comments. I’ll post updates as I go — successes, bugs, and weird edge cases included.&lt;/p&gt;

&lt;p&gt;Thanks for reading 🙌&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
