Dhadve Yashnimbusnotes.hashnode.dev·Dec 20, 2024Create Your Own Chat App with GolangIn this blog we will get straight to building chat app using websockets in golang and react. If you want to learn about web sockets and how to use it in golang then read this beginners guide to ws Building chat server Main function var upgrader = web...1 likechat app based on microservicesgolang
Patrick Wawerublog.iampato.me·Sep 1, 2024Part 1: Setting Up the Development EnvironmentIn this first part of our series, we'll set up the development environment necessary to build our mini Whatsapp application. We'll be installing and configuring the essential tools and frameworks required for both the back end and the front end of ou...Building a mini chat appFlutter
NiKHIL NAIRnncodes.hashnode.dev·Aug 20, 2024Understanding WebSockets: Real-Time Communication for Modern Web ApplicationsIn today's fast-paced digital world, real-time data transfer is a critical feature for many web applications. Whether it's live chat, gaming, financial services, or collaborative tools, the ability to instantly communicate between a client and a serv...JavaScript
Alpit Kumaralpit.hashnode.dev·Aug 7, 2024Chat Application Using Web SocketScreeshot :- In traditional web communication, the client sends a request to the server, the server responds, and the connection is closed. For each new request, this process repeats, leading to multiple openings and closings of connections. This me...1 likemachine coding round
Arun K Rcollate.wiki·Jul 23, 2024How I implemented the "Jump to Message" feature in my Chat APIWhile building my small hobby project, which has a chat feature, I faced a simple issue. How do we jump to a specific message in the chat if the user clicks on the message being replied to? 🤯 Actually, I am new to the backend architecture of chat-ba...7 likes·48 readschatapi
Mahidhar Mullapuditutorialq.hashnode.dev·Jul 15, 2024FeaturedBuilding Real-Time Applications with Web Sockets and Reactive StreamsIntroduction Real-time applications are becoming increasingly important in today’s digital world, providing users with instant updates and interactive experiences. Technologies like Web Sockets and Reactive Streams play a crucial role in enabling the...46 likes·556 readsJava
Prince Bansalprincebansal.hashnode.dev·Jun 1, 2024Contribute to an Open-Source Mattermost Client in Flutter with AI-Generated Code!Hi everyone, We're excited to announce an innovative project: developing a Mattermost client in Flutter, leveraging AI to kickstart the process. 🚀 About the Project: Mattermost is a powerful open-source messaging platform for team collaboration. Our...27 readsAI
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·May 8, 2024Building a Real-Time Chat Application with Socket.ioIntroduction Real-time chat applications have become increasingly popular for instant communication and user collaboration. In this guide, we will explore building a real-time chat application using Socket.io, a JavaScript library that enables real-t...97 likes·375 readsWeb Development
Charan Mudirajcode-with-charan.hashnode.dev·Apr 26, 2024How to Build a Chat App / WhatsApp Clone (Technologies, Methods and Architecture)Context: In this blog I will be sharing standard procedures, my learnings and experiences while I was building a Chat App. Instead of traditional method of implementing websocket connection, I will be using realtime-update service provided by firesto...101 readschatapp
SHASHANK SHUKLAshashank0092.hashnode.dev·Mar 11, 2024Free API Chat App Part-1Start With the Setup done by Hitesh sir in the given YouTube video. First, create a .env file copy paste all the code of the .env.sample file, and then change MONGODB_URI=`${Your Database connection URI}` Then do npm i in the root folder and then n...#HiteshChaudhary