Logo
Login
Tech Posts 31382
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

How to Create a Simple WebSocket Server in Python With websockets

How to Create a Simple WebSocket Server in Python With websocketsWebSockets allow real-time communication between a client and a server with minimal overhead. In this guide, you'll learn how to create...
16.04.2025 0 Read More

How to Build a Real-Time Chat App in Python Using WebSockets Without a Framework

Creating a real-time chat application from scratch using WebSockets in Python is a powerful way to understand how bidirectional communication works on the web. This guide shows you how to implement a ...
16.04.2025 0 Read More

How to Build Real-Time Applications with WebTransport: The Successor to WebSockets

WebTransport is a cutting-edge web API that provides low-latency, bidirectional, and secure transport built on top of HTTP/3 and QUIC. It’s designed to replace WebSockets with modern features like m...
19.04.2025 0 Read More

Wired with WebSockets: Experiments in Real-Time Multiplayer Communication

Wired with WebSockets: Experiments in Real-Time Multiplayer Communication
One of the coolest things I’ve learned on my journey as a developer was understanding how real-time communication works in games. For a long time, it felt distant, complicated, and really hard to un...
20.04.2025 0 Read More

Injecting Real-Time WebSocket Streams into SQLite Using Python and WAL Hooking

SQLite isn't the first database that comes to mind for real-time streaming — but with Python and a little creativity, we can tap into a WebSocket stream and pipe the data directly into an active SQL...
22.04.2025 0 Read More

Using Python & WebSockets to Generate Live OHLC Forex Data

This tutorial guides you through building a real-time Forex OHLC data generator using Python and WebSockets. Learn how to stream FX prices, convert them to OHLC format, and save the results with clea...
30.04.2025 0 Read More

Real-Time DonationAlerts Notifications with Python, OAuth & WebSockets 🚀

Hey Devs! 👋Ever wanted to react instantly when you receive a donation on DonationAlerts? Maybe trigger an effect in your stream, update a dashboard, or just log donations reliably without constantl...
02.05.2025 0 Read More
Loading...
#reading
Tired of App Chaos? n8n Might Just Be Your Automation Savior
0
🌟 Lead the Tech Revolution: Shape the Future with JetBrains' Developer Ecosystem Survey 2025! 🚀
0
Web Mimarisi: Geleceğin Haritası
0
What to Say to an AI Chatbot? Starters and Prompts for Fun
0
Unveiling the Netscape Public License: A Journey Through Innovation and Fair Code
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
Beginner's Guide to the Model Context Protocol (MCP)
0
What is Model Context Protocol (MCP): Explained in detail
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
The Great AI Agent Protocol Race: Function Calling vs. MCP vs. A2A
0