Prajwal Pandeyprajwalpandey.hashnode.dev·Nov 11, 2024Mastering Polling Techniques in Node.js: Short Polling vs. Long PollingIntroduction In backend engineering, polling is a common technique for handling request-response patterns in cases where regular updates are needed. Unlike the usual approach where a client sends a request and gets an immediate response, polling work...Discuss·1 like·28 readsbackend
Costanza CasulloforCosti Techcostanza.website·Oct 21, 2024Posting data to a BaseRow Table Using Nuxt: A Step-by-Step TutorialIn the previous article, I walked you through the process of fetching data from a Baserow table using Nuxt. We utilized Nuxt composables to handle the API call and displayed the data on a page. Please go back to the previous article if it’s your firs...DiscussNuxt
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 likes·27 readsJavaScript
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·35 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·28 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