TARPARA KAUSHALkdtarpara.hashnode.dev·14 hours agoTypes of API1. SOAP (Simple Object Access Protocol) What it is: SOAP is a protocol for exchanging structured information in the form of XML. It was designed for high-level security and reliability. How it works: SOAP uses XML to send messages and relies on spe...DiscussAPIs
Aviral Singhaviral-blogs.hashnode.dev·Nov 20, 2024A Detailed Guide to WebSockets: Real-Time Communication SimplifiedWebSockets have revolutionized how real-time communication is implemented in web applications, enabling a persistent, two-way connection between a client and a server. This article explores the core concepts, use cases, advantages, and best practices...DiscussWeb Development
Birks SachdevforfreeCodeCampfreecodecamp.org·Nov 18, 2024Build a Real-Time Multiplayer Tic-Tac-Toe Game Using WebSockets and MicroservicesIn this tutorial, we’ll build a real-time multiplayer Tic-Tac-Toe game using Node.js, Socket.IO, and Redis. This game allows two players to connect from different browser tabs, take turns playing, and see real-time updates as they play. We'll use Red...DiscussSocketIO
Didik Tri Susantoblog.didiktrisusanto.dev·Nov 11, 2024FeaturedBuilding Simple Real-Time System Monitor using Go, HTMX, and Web SocketI was finding a fun project to work with Go, HTMX, and Tailwwindcss and ended up built a simple real-time web based system monitor with the power of web socket. Here’s the result. It shows system information, memories, disk, CPU, and running process...Discuss·15 likes·252 readsGo Language
Aman Rajhuamanraj.hashnode.dev·Nov 6, 2024Building a Real-Time Chat App with React js and Appwrite Cloud RealtimeCreate a Real-Time Chat App Without Servers or WebSockets – A Simple Guide Learn to build a lightweight real-time chat app without a backend server or WebSockets! This guide covers frontend-only techniques to create an interactive chat experience. In...Discuss·10 likes·77 readsappwrite realtime
Arham Iqbaliarham924.hashnode.dev·Oct 31, 2024Building a Remote Code Collaboration Tool: A Comprehensive GuideIntroduction In today’s fast-paced software development environment, collaboration is key to productivity. I embarked on creating a Remote Code Collaboration Tool that allows multiple users to code together in real-time. This article provides a detai...Discuss·10 likescoding
hjklhjkl11.hashnode.dev·Oct 31, 2024Performance Analysis of JSON, Buffer / Custom Binary Protocol, Protobuf, and MessagePack for WebsocketsThis article examines and compares data serialization and deserialization methods / formats: JSON, Buffers (custom binary protocol), Protobuf, and MessagePack, and offers guidance on how to implement them. (Performance benchmark at the end) JSON This...Discuss·1 likecustom binary protocol
Ryan Marvinblog.ryanmarvin.dev·Oct 30, 2024Part I: Bare websockets with Elixir Phoenix (wo/ Channels)Websockets are great for when you want bidirectional communication between the client and the server over an extended session. The de facto approach to building websockets with Elixir Phoenix involves using Channels. This pattern is great and it come...Discusswebsockets
FMZ Quantfmzquant.hashnode.dev·Oct 30, 2024A Strategy Template Allows You to Use WebSocket Market SeamlesslyThis is a WebSocket market template officially developed by FMZ. Welcome all users to copy and use it: https://www.fmz.com/strategy/470349 Why do we need WebSocket? At present, the FMZ strategy is mainly based on the traditional REST API encapsulatio...DiscussFMZQuant
Saravana Rajasaravanarajapp.hashnode.dev·Oct 27, 2024🚀 Introduction to Real-Time WebFor those of us after years into this dev life: 💻 "The weekend is for upskilling!" (then promptly opens Netflix) ☕ Filter coffee - the actual backbone of my productivity 🌙 Midnight message: “Available for Quick Call?” 👥 Catching up with friend...Discuss·32 readsrealtime