Anuradha Aggarwalanuradha.hashnode.net·Mar 14, 2021Short Polling vs Long Polling vs Web SocketsHello coders!! Today we will discuss various techniques to retrieve data from the server. Just before we move ahead I hope you are aware of client-server architecture. The basic web application with the client-server model flow will be as follows:- ...Discuss·42 likes·11.9K readsWeb DevAjax
Mohamed Dhyia Eddinemohammedev.hashnode.net·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·124 readsapi
Pramit Maratthapramitmarattha.hashnode.net·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·167 readschatbot
Vision Onyeakuvisiondaniels32.hashnode.net·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·298 readssolidjs
Gaurav BharadwajforGoLangLLCishars-1667484405135.hashnode.net·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·1.6K readsChat
Mohamed Dhyia Eddinemohammedev.hashnode.net·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·124 readsapi
amschel🦀techlia.hashnode.net·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·60 readsNode.js
Karan Rawalmakerspace.hashnode.net·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·28 readsNode.js
Lyric Hartleylyric.hashnode.net·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.hashnode.net·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·167 readschatbot
TecElit Blogtecelit.hashnode.net·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·199 readsFlask Framework
Quod AIquod-ai.hashnode.net·Mar 21, 2021How to write a chat app using Socket.io: A deep dive into Lounge ChatHave you heard of IRCs before? IRC stands for Internet Relay Chat and is a protocol that allows users to install a client application on their systems or on the web browser and chat to other clients through a central server. Most IRC clients are used...Discuss·96 readsSocketIO
Anuradha Aggarwalanuradha.hashnode.net·Mar 14, 2021Short Polling vs Long Polling vs Web SocketsHello coders!! Today we will discuss various techniques to retrieve data from the server. Just before we move ahead I hope you are aware of client-server architecture. The basic web application with the client-server model flow will be as follows:- ...Discuss·42 likes·11.9K readsWeb DevAjax