Articles by Tag #websocket

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Creating a Bot for Bluesky Social

How the bot will work We will develop a bot for the social network Bluesky, we will use...

Learn More 89 1Sep 13 '24

WebSockets: The Secret to Seamless Real-Time Communication

Imagine you’re chatting with a friend online, getting live sports scores, or tracking stock prices;...

Learn More 35 1Dec 7 '24

Top 10 WebSocket Testing Tools for Real-Time Apps (Updated 2024)

Discover the 10 best WebSocket testing tools of 2024, including Apidog, designed to help developers...

Learn More 33 0Nov 18 '24

6 Ways Handle WebSocket Load Balancing Without Losing the Connection Thread

1. Sticky Sessions in the Load Balancer Example: NGINX Sticky Sessions http...

Learn More 23 0Nov 9 '24

Challenges of WebSocket

1. Scalability WebSocket এ প্রতিটি ক্লায়েন্টের জন্য সার্ভারে একটি পার্সিস্টেন্ট কানেকশন থাকে। যখন...

Learn More 21 0May 9

Understanding WebSocket: Real-Time Communication Made Easy

A Simple Analogy Imagine you are at a restaurant and place an order. In a traditional...

Learn More 20 3Feb 11

Build and deploy a chat application using Socket.io and Redis.

In this tutorial, we will be building a chat application using web sockets. Web sockets are really...

Learn More 20 4Aug 26 '24

Mastering WebSocket Load Balancing: Unlocking Resilience with Sticky IPs and Session Routing

Introduction In high-demand real-time applications like ride-hailing or booking platforms,...

Learn More 20 0Nov 12 '24

6 Ways Handle WebSocket Load Balancing Without Losing the Connection Thread

1. Sticky Sessions in the Load Balancer Example: NGINX Sticky Sessions http...

Learn More 20 0Nov 9 '24

🚀 Mastering File Handling & Web Sockets in Node.js: A Deep Dive into Advanced Concepts 🌟

🚀 Mastering File Handling & Web Sockets in Node.js: A Deep Dive into Advanced Concepts...

Learn More 18 1Mar 16

Using Redis to build a Distributed Chat App in Go & React.js

In this blog, I've covered my approach on building a simple but scalable distributed chat application...

Learn More 14 2Mar 2

Building Simple Real-Time System Monitor using Go, HTMX, and Web Socket

I was finding a fun project to work with Go, HTMX, and Tailwwindcss and ended up built a simple...

Learn More 12 2Nov 17 '24

Spring Boot WebSockets: Socket.io + Authentication + Postman

Hello folks!! We all know HTTP requests just work fine, they might not be optimal for real-time...

Learn More 10 0Sep 9 '24

WebSocket broadcasting with JavaScript and Bun

Broadcasting is one of the most powerful features of WebSockets, allowing servers to send messages to...

Learn More 9 0Dec 2 '24

Creating a Websocket server in Hono with Durable Objects

If you are building an application that requires some collaboration features or simply needs to feel...

Learn More 9 1Sep 2 '24

Creating a WebSocket Server in Go with Gorilla

Creating a WebSocket Server in Go with Gorilla WebSockets are a powerful way to enable...

Learn More 8 0Jan 26

Building a Modern Chess Engine: A Deep Dive into Bitboard-Based Move Generation

Repository: https://github.com/namanvashistha/chess Chess engines have long fascinated programmers...

Learn More 8 0Jan 21

WebSocket architecture best practices: Designing scalable realtime systems

If you’re building realtime application, you’re likely already familiar with the benefits of...

Learn More 7 0Nov 5 '24

WebSocket with JavaScript and Bun

Ensuring efficient and seamless communication between the client and server is key when building...

Learn More 7 0Nov 30 '24

📡 WebSocket API in AWS API Gateway – Real-time Magic Explained

Namaste Developers! 🙏 Are you fed up with polling APIs every few seconds? Desire real-time updates...

Learn More 7 0Aug 2

A Simple Guide to Debugging WebSocket APIs with Apidog

WebSocket is a two-way communication protocol built on TCP that enables a continuous connection...

Learn More 7 0Sep 27 '24

Understanding WebSockets in PHP

WebSockets provide a real-time, full-duplex communication channel over a single TCP connection....

Learn More 6 2Sep 8 '24

WebSocket Client with JavaScript

In the previous article of this series, "WebSocket with JavaScript and Bun", we explored how to...

Learn More 6 0Dec 1 '24

Realtime Collaboration App with WebSockets & Node.js

Realtime Collaboration App with WebSockets & Node.js Real-time collaboration tools have become a...

Learn More 5 0Apr 17

Building Real-Time Dashboards with WebSockets: A Crypto Live Trades Example

Real-time updates are a fundamental feature of modern applications. Whether it’s live stock prices,...

Learn More 5 0Jan 1

接口调试中的 WebSocket 支持:Apipost 与 Apifox 的实战差异

接口调试中的 WebSocket 支持:Apipost 与 Apifox 的实战差异 在现代软件开发中,接口调试是至关重要的一环,而 WebSocket...

Learn More 5 0Feb 21

Building a WebSocket Client in Flutter: From Zero to Hero

This article guides you through creating a WebSocket client in Flutter for real-time data. We’ll...

Learn More 5 0Feb 22

Turn your phone into a wireless Joy-Con with SyncoPath

Are you tired of those old school AWSD keyboard controls? It's time to take your game controls to the...

Learn More 4 0Mar 24

How to Build a Cross-Chain Token Bridge

🧭 BNB Smart Chain Testnet ↔ Polygon Amoy Introduction Cross-chain bridges are...

Learn More 4 0Apr 11

WebSocket vs HTTP: Understanding the Real Difference

Ever built something that needed real-time updates and found yourself wondering if HTTP alone could...

Learn More 4 3May 22