Tanishka Marrottcloud-design-diaries.hashnode.dev·Jul 26, 2024Building DynamoWave Chat: A Comprehensive Guide to a Scalable, Serverless Real-Time Chat ApplicationIn the realm of real-time communication, creating a chat application that is both responsive and scalable is a complex yet highly rewarding challenge. In this article, I will walk you through the architecture and implementation details of DynamoWave ...DynamoDB
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, ...WebRTC
Saksham Tomersakshamtomar.hashnode.dev·Feb 25, 2024Mastering Real-Time Communication with Socket.IO and Next.js: A Comprehensive GuideTitle: Mastering Real-Time Communication with Socket.IO and Next.js: A Comprehensive Guide Introduction In the dynamic landscape of web development, real-time communication plays a pivotal role in creating engaging and interactive applications. One ...26 readsSocketIO
karthik nadarkarthiknadar1204.hashnode.dev·Nov 11, 2023Create a basic chat app using Socket.io and ReactIn this blog, we delve into the core of creating a basic chat application, focusing intently on the foundational aspect: setting up the server for peer-to-peer communication. Join this journey as we decipher the underlying mechanics that power this d...2 likes·29 readsSocketIO
Md. Abu Salmantechburn.hashnode.dev·Aug 25, 2023"Demystifying WebSockets: Unveiling the Magic Behind Real-time Communication"WebSocket WebSocket is a full-duplex (two-way communication) protocol that is used in the same scenario of client-server communication. It is a stateful protocol, which means the connection between client and server will keep alive until it is termin...26 readsbidirectional