<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Websockets on Fernando Mendez</title>
    <link>https://www.fmendez.com/tags/websockets/</link>
    <description>Recent content in Websockets on Fernando Mendez</description>
    <image>
      <title>Fernando Mendez</title>
      <url>https://www.fmendez.com/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</url>
      <link>https://www.fmendez.com/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</link>
    </image>
    <generator>Hugo -- 0.125.3</generator>
    <language>en</language>
    <lastBuildDate>Thu, 01 Aug 2024 15:21:04 -0400</lastBuildDate>
    <atom:link href="https://www.fmendez.com/tags/websockets/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Building a Real-time Live Polling System with Remix Frontend and Rails API Backend</title>
      <link>https://www.fmendez.com/posts/remix-rails-live-polling-system/</link>
      <pubDate>Thu, 01 Aug 2024 15:21:04 -0400</pubDate>
      <guid>https://www.fmendez.com/posts/remix-rails-live-polling-system/</guid>
      <description>Table of Contents Introduction Setting Up the Project Designing the Data Model (Rails) Building the API Endpoints (Rails) Setting Up WebSockets (Rails) Remix.js Frontend Setup (Remix.js) Implementing API Integration in Remix Real-time Updates with WebSockets in Remix Conclusion: Reflecting on Our Live Polling System 1. Introduction WebSockets: The Real MVP of Real-Time Web Apps Today, we&amp;rsquo;re exploring the world of WebSockets. If you&amp;rsquo;ve ever wondered how modern web apps achieve that smooth, real-time feel, you&amp;rsquo;re in for a treat.</description>
    </item>
    <item>
      <title>WebSockets with React, Redux, and Ruby on Rails</title>
      <link>https://www.fmendez.com/posts/websockets-react-redux-rails/</link>
      <pubDate>Sat, 08 Jan 2022 15:21:04 -0400</pubDate>
      <guid>https://www.fmendez.com/posts/websockets-react-redux-rails/</guid>
      <description>Note: all the code for this post can be found here(frontend) and here (backend/rails)
Let&amp;rsquo;s explore how to integrate Rails ActionCable functionality (WebSockets) with a basic chat application using React and Redux (via Redux Toolkit). I&amp;rsquo;m only including the most relevant snippets of code, please refer to the code in the repo for the entire context.
Backend Since I&amp;rsquo;m using rails as an API endpoint, I&amp;rsquo;ll create the app using the --api flag.</description>
    </item>
  </channel>
</rss>
