ASHISH MULEYgrpcprotocol.hashnode.dev·Nov 8, 2024Understanding gRPC: A Modern Communication Protocol for MicroservicesIntroduction Under this development unfolding context that currently centers on distributed systems, cloud-native apps, and microservices, the key decision of choosing a specific protocol on which data shall be transferred from one service to another...478 likes·340 readsgRPC
Jay Nalamblog.jnalam.dev·Nov 7, 2024Remote Procedure CallHello everyone.. Welcome to another day of exploring Web3 Engineering. We have been talking about blockchain and developing smart contracts on them for a while and also writing scripts on how to interact with the blockchain for a while. But have you ...11 likesBlockchain
user1272047programmingetc.hashnode.dev·Nov 5, 2024Communication protocol, tools, etcCommunication protocol, tools, etc REST API – "Stateless HTTP-based API commonly used for web services." WebSocket API – "Real-time, full-duplex communication over a single TCP connection." gRPC – "High-performance RPC framework with HTTP/2 and pr...Communication Protocols
Santhoshprogrammerzero.hashnode.dev·Oct 14, 2024The Battle for Real-Time Communication: Push vs Polling vs WebSockets vs SSEImagine a world where your apps are constantly refreshing, delivering updates in the blink of an eye, without you lifting a finger. Whether it's chatting with friends, watching live scores, or receiving stock price alerts, the magic behind these seam...1 likecommunication
AL Hasibalhasib.hashnode.dev·Oct 12, 2024ওয়েব সকেট কমিউনিকেশন প্রটোকলওয়েব সকেট কি? ওয়েব সকেট একটি কমিউনিকেশন প্রটোকল। যেটি ক্লায়েন্ট এবং সার্ভারের মাঝে ফুল ডুপ্লেক্স কানেকশন এস্টাবলিশ করার মাধ্যমে একটি একক কানেকশন তৈরি করে। যেখানে HTTP প্রটোকল বারবার রিকুয়েস্ট রেসপন্সের মাধ্যমে তথ্য আদান-প্রদান করে। সেখানে ওয়েব স...Web Development
Dharm Joshidharmjoshi.hashnode.dev·Aug 11, 2024FeaturedWebRTC: The Backbone of Modern Communication SystemsSince the internet's inception, the ability to transfer data has always been evolving. In earlier times ( before the internet ), we were transfering data via cables through physical electronic waves. After that, we tend to transfer data using some pr...25 likes·170 readsWeb Development
Creator0xsolcreator.hashnode.dev·May 5, 2024A Developer’s Intro to Huddle01 SDK and Ideas to BuildHave you ever heard of a dRTC (decentralized real-time communication) protocol before? Well, this blog is entirely dedicated to developing audio and video apps by leveraging a dRTC protocol known as Huddle01. What's dRTC ? To address the limitations...27 readshuddle
Venkat Rvenkatr.hashnode.dev·Mar 21, 2024Microservices Integration: Challenges and SolutionsMicroservices architecture has revolutionized how we design and build applications. By breaking down monolithic systems into smaller, independent services, we achieve scalability, agility, and maintainability. However, integrating these microservices...30 readsMicroservices integration
Keith Owirakowira.hashnode.dev·Jan 4, 2024Introduction to Backend Communication Protocols(Software Development)When it comes to software development and server side rendering in particular , the communication protocol in use is of high importance and will heavily influence the application architecture and speed as well. The choice of a communication protocol ...backend
Ian Carsoniancarson.hashnode.dev·Nov 24, 2023Serverless API in a nutshell.Serverless API is an application programming interface(API) that is built and hosted without the need for traditional server management. Instead, it relies on cloud-based Functions, or Azure functions, to handle the execution of code in response to A...APIs