Amos Gyamfiamosgyamfi.hashnode.dev·Jul 26, 2024Build Interactive In-App Polls With SwiftUIFollow the steps outlined in this guide to build the functionality required to allow users to create, display, vote, and provide feedback in your iOS apps using polls. Interactive polling in Slido, WhatsApp, Messenger, and Telegram make communicatin...Discuss·26 readspolling
Haiman Sherhaimanshercloud.hashnode.dev·Jul 4, 2024Exploring AWS SQS: Enhancing Communication in Distributed SystemsAmazon Simple Queue Service (SQS) is a fully managed message queuing service designed to facilitate reliable communication between distributed software components and microservices. In my recent exploration of AWS SQS, I've gained valuable insights i...DiscussAWS
Achutendra Singhachutendra.hashnode.dev·Jul 3, 2024Understanding Polling, WebRTC, and Webhooks: Key Concepts and Examples in JavaScriptIn the ever-evolving world of web development, keeping up with real-time communication and event-driven architectures is crucial. Polling, WebRTC, and Webhooks are three powerful technologies that play significant roles in this domain. In this blog, ...DiscussWebRTC
Piyushpiyusss.hashnode.dev·Jun 13, 2024Day -18 to 25 React With MeBuilding a YouTube Clone Using React and Vite In this project, we explore how to build a YouTube clone using React and Vite, leveraging the power of modern JavaScript frameworks and tools to create a high-performance, maintainable application. Key Te...DiscussReact
Adegoke Ayobami Seunayobamiseun.hashnode.dev·Apr 3, 2024JavaScript Long Polling: Achieving Real-Time Communication With ServerIntroduction When working on an application, it is crucial to consider client response time and the speed at which data is exchanged. In software engineering, Long Polling stands out as a technique for facilitating real-time communication between the...Discuss·10 likesJavaScript
Sagar Bhatcodingsagar.hashnode.dev·Feb 26, 2024What is a Webhook 🕸️🪝 ?Before understanding what is a webhook, you should be familiar with basic client-server architecture and some basic web concepts. It will be easy to understand and learn about webhooks. In simple terms, a webhook is essentially an API endpoint that y...Discuss·34 readswebhooks
Jaydev Jadavtechjaydev.hashnode.dev·Feb 18, 2024Polling vs Webhook: Tired of Your API Acting Like a Frantic Refresh Button?Imagine your API, the crown jewel of your coding prowess, becoming a crazed refresh button. Every few seconds, it bombards the server, like that impatient friend refreshing their social media for the 100th time. This polling method, while reliable, i...Discuss·27 readsNodeJSpollingvswebhook
Syed Jafer Kparottasalna.hashnode.dev·Nov 24, 2023Can we send requests from server to client ?Sudden thought: As a developer, i had this thought, we usually send request from client to server. Is the other way also possible. If so, how to do it. How will it get triggered ? Will it send a request to the client ? like many questions. On searchi...Discussserver client communication
Sujoy SWEsujoyswe.hashnode.dev·Oct 6, 2023Polling With ExamplesRequest polling, often referred to simply as polling, is a client-server communication technique where a client repeatedly sends requests to a server at fixed intervals to check for updates or new data. The server responds to each request with the cu...Discuss·1 likebackend
Leel Vinodleelvinod.hashnode.dev·Jul 20, 2023Exploring Real-Time Communication: From IP and Port to WebSockets and SSEIP (Internet Protocol) and Port They are essential components of internet communications. IP (Internet Protocol) Address: This is the unique identifier that devices use to connect to each other on a network. It can be likened to a postal address for...Discuss·1 like·148 readsHLDhld