Dinesh Imaduwa Gamagedaminda.hashnode.dev·Sep 12, 2023WebSockets: Unleashing Enchanting Real-Time MagicWhat are WebSockets? WebSockets enable real-time, bidirectional (full-duplex) communication between clients and the server over a single, long-lived TCP connection. What does it mean by ”real-time, bidirectional( full-duplex ) communication”? This me...Discuss·10 likesJavaScriptrealtime apps
Babafemi Jimoh-Kukubabafemijk.hashnode.dev·Sep 5, 2023Empower your Web Apps with FirebaseWelcome to this guide on mastering real-time databases with JavaScript and Firebase. In today's digital landscape, real-time updates and seamless user experiences are vital for any developer. Imagine creating applications where changes from one user ...Discuss·1 like·124 readsJavaScript
Vision Onyeakuvisiondaniels32.hashnode.dev·Jan 16, 2023Creating a Real-time Chat App using Firebase and Solid JsSolid JS is a brand new, blazingly fast framework created by @ryansolid. It takes reactivity and developer experience to a whole new level. Visually, It looks like react but is a lot better and performs a lot better. Creating a real-time chat app usi...Discuss·6 likes·863 readssolidjs
Gaurav BharadwajforGoLangLLCishars-1667484405135.hashnode.dev·Dec 19, 2022Websocket based Chat in GoLangIntroduction Real-time chat is virtually any online communication that provides a real-time or live transmission of text messages from sender to receiver. A variety of software programs are available to enable real-time chat between individuals using...Discuss·3 likes·2.1K readsChat
Mohamed Dhyia Eddinemohammedev.hashnode.dev·Sep 4, 2022Real-Time Communication with WebSocketsIntroduction Real-Time communication or RTC has been a significant problem in computer science that’s tackled by a lot of engineers, it describes the responsiveness of a service within a specified time constraint, usually milliseconds or microseconds...Discuss·14 likes·208 readsapi
amschel🦀techlia.hashnode.dev·Aug 13, 2022Learn WebSockets by creating a chat appHey guys, I have been learning about websockets and I built a simple chat app to demonstrate how they work. Reference the github repository https://github.com/amschel99/Websockets.git A simple web app that allows users to chat online. It is built ...Discuss·70 readsNode.js
Karan Rawalmakerspace.hashnode.dev·Jul 12, 2022A Guide to Choose Node.js to Build Real-time AppsWe have been using lots of mobile applications to carry out day-to-day tasks. So building applications that users can interact with in real-time has become a standard for many developers. So, in the beginning, you need to be clear about which Node.js...Discuss·35 readsNode.js
Lyric Hartleylyric.hashnode.dev·Dec 8, 2021We are moving towards "real-time" being the default expectation. What is holding it back?The world keeps moving faster, trending towards faster delivery of goods, services and ideas. For ideas, the internet is an obvious multiplier and we can easily see how it enables ideas to spread at, well, close to the speed of light. Of course, many...Discuss·1 likerealtime
Pramit Maratthapramitmarattha.com.np·Sep 6, 2021How to Begin with Chatwoot- an Open Source Platform for Customer EngagementToday, many business organizations are facing flak from their competitors. Because of the tough competitive environment, businesses are constantly looking for different ways to craft new products. One viable and critical strategy is to focus on offer...Discuss·12 likes·199 readschatbot
TecElit BlogforTECELIT BLOGtecelit.hashnode.dev·Apr 30, 2021IOT use-case with Flask and HTTP (Part 2)In the previous tutorial we learnt about how HTTP can be used in IOT ie. for use-cases where a sensor needs to send data to the server at regular intervals. We learnt about a backend framework - Flask and how it helps us serving the API endpoints for...Discuss·282 readsFlask Framework