Okoye Ndidiamakaamikdigital.hashnode.dev·Oct 23, 2024Building Real-Time Web Applications with WebSockets and Other TechnologiesIn modern web applications, real-time communication has become a key requirement: from creating a chat application to an online collaboration utility-like Google Docs or a live-streaming web platform, data needs to be shifted in real time between use...31 readsRealtimewebdevelopment
Saurav Sharmaselftaughtdev.hashnode.dev·Oct 13, 2024Case Study: Building a Real-Time Focus Timer with Django, Redis, and WebSocketsHey there! Today, we're diving into the inner workings of Tymr, a cloud-based focus timer that's got some interesting tech under the hood. You can check it out at https://tymr.online if you're curious. Let's break down how this app keeps you focused,...2 likes·112 readsDjango
Ramji Palramjitechinsights.hashnode.dev·Aug 22, 2024Why we need web-socket (full duplex connection)Why You Really Need WebSocket Connections (And Why Polling Sucks) Alright, let’s cut to the chase—if you’re building something where real-time updates matter, like a chat app, live notifications, or anything where users expect instant feedback, WebSo...Web Development
Leroy Mapunzwanalmapunzwana.hashnode.dev·Mar 20, 2024Demystifying Django Channels: Unleashing Real-Time Power in Your Web AppsWhat is Django? Before we delve into the exciting world of Django Channels, let's establish a foundation. Django is a free and open-source web framework built with Python. Imagine it as a powerful toolkit that streamlines the development process for ...10 likes·46 readsDjango channels