Dhruv Kotharikothariji.hashnode.net·Mar 30, 2021SyntaxMeets - The curious Saga 💫What is SyntaxMeets? 🚀 SyntaxMeets is a real-time, collaborative coding platform 👬🏼 to group with other members and code. A user can create/join a room 🏠. A Code Editor with 19 language support and 10+ themes, code compiler, Drawing pad 🎨 to de...Hrithwik Bharadwaj and 7 others are discussing this8 people are discussing thisDiscuss·130 likes·740 readsReactGreat work guys!! The article is really insightful🔥 6
AMAN ALIaliaman.hashnode.net·Mar 31, 2021Socket-Agar! -coding an online multiplayer game from scratchHashNode-Hacks Entry About the approach and Inspiration: This project is a really fun way to display the power and versatility of Web Socket based communication. Web Sockets are different from AJAX requests. In traditional AJAX requests (you might ha...Hrithwik Bharadwaj and 6 others are discussing this7 people are discussing thisDiscuss·75 likes·545 readsGame Development
Chris Bellcjbell.hashnode.net·Feb 27, 2023FeaturedBuilding a real-time commenting app with Socket.io and ReactIn this guide, we'll walk through how to build a real-time commenting system using React, Node.js, and Socket.io. We'll show you how to build a list of comments fed from an API, create new comments, and broadcast comments in real-time to connected us...Chris Bell and 7 others are discussing this8 people are discussing thisDiscuss·57 likes·3.2K readsTutorial
Trojancodetrojancode.hashnode.net·Apr 9, 2023Building Real-Time Messaging Systems in Golang with Socket.io and RedisOverview In this age of real-time applications, integrating real-time communication features has become a significant focus for many programmers. Thanks to websockets, developers can build powerful and interactive systems with ease. In this blog post...Discussgolang
Karan CSkaranblog.hashnode.net·Apr 8, 2023Build real-time apps: modern webSockets in express.If you're building a real-time web application, WebSockets can be a powerful tool for enabling two-way communication between a client and a server. With app.ws, it's easy to add WebSocket functionality to your Express application. To get started, you...Discuss·20 likes·31 readsExpress
Trojancodetrojancode.hashnode.net·Apr 7, 2023Using Redis with Socket.IO for Multiple Servers: A Comprehensive GuideReal-time communication has become a vital feature for modern web applications. In this tutorial, we will discuss how to use Redis with Socket.IO to manage multiple server instances and scale your real-time web application. Get ready to dive into the...Discuss·1 likeRedis
Coder BibleforCoder Biblecoderbible.hashnode.net·Mar 29, 2023Building Real-Time Applications with Node.js and Socket.IONode.js is a popular runtime environment that allows you to run JavaScript code on the server side. It's widely used for building scalable and high-performance web applications, and it's supported by a vast ecosystem of libraries and frameworks. One ...Discuss·1 likeNode.js
Sandip Kurmisandipkurmi.hashnode.net·Mar 27, 2023Real-Time Communication with Socket.io in Node.js and React: A Beginner's GuideReal-time communication has become an essential part of modern web applications. Socket.io is a popular library that provides a simple way to implement real-time, bidirectional communication between clients and servers. In this tutorial, we'll walk t...Discuss·2 likes·50 readsdevelopment
Mohammad Faisalmdfaisal.hashnode.net·Mar 13, 2023Learn WebSockets with NodeJS and ReactJSWhen to use it, When not to use it, and some Gotchas.’ WebSocket is a technology that enables us to exchange data between the web server and a client in real time. WebSockets is a fascinating technology; every web developer should have at least a bas...DiscussReact
Oluwatise Okuwobiyourdevadvocate.hashnode.net·Mar 12, 2023Setting up Nodejs and Socket.io for the first timeWe pretty much know how websites work already, the front end being what we see and the back end handling all the background stuff we don't get to see in action. NodeJs is an open-source, cross-platform javascript runtime environment that enables runn...Discuss·1 like·57 readsNode.js
Saheed Shittusaheedcodes.hashnode.net·Mar 11, 2023How To Build A ChatBot Using Nodejs and Socket.ioA chatbot is a computer program designed to simulate conversation with human users, especially over the internet. They provide quick responses, are always available, less error-prone, and can help reduce operational costs. Due to these benefits, chat...Ibukun Ekunwe and 1 other are discussing this2 people are discussing thisDiscuss·4 likes·422 readsNode.js
Shridhar G Vtradermade.hashnode.net·Mar 2, 2023Streaming Forex with Python SocketIOThis tutorial takes you through a Python SocketIO implementation. Understanding the difference between SocketIO and WebSocket is essential. However, that is not the scope of this article. Please go through this tutorial to explore more about it. To r...Discuss·30 readsPython
Chris Bellcjbell.hashnode.net·Feb 27, 2023FeaturedBuilding a real-time commenting app with Socket.io and ReactIn this guide, we'll walk through how to build a real-time commenting system using React, Node.js, and Socket.io. We'll show you how to build a list of comments fed from an API, create new comments, and broadcast comments in real-time to connected us...Chris Bell and 7 others are discussing this8 people are discussing thisDiscuss·57 likes·3.2K readsTutorial