Ashutosh Rathashublog.hashnode.dev·Dec 19, 2024Python Socket Programming: A Comprehensive Guide for Network ApplicationsIntroduction Socket programming is a fundamental technology that powers much of today's internet and network communications. This comprehensive guide will explore Python's socket programming capabilities, from basic concepts to practical implementati...10 likesPython
Viet Hoangnvh1410.hashnode.dev·Dec 18, 2024Sensor Monitoring SystemINTRODUCTION Cũng lâu rồi tôi không ra bài gì về mảng Embedded vì có nhiều việc bận quá. Nhưng hôm nay nhã hứng nên tôi muốn viết về một project cá nhân tôi mới làm về Linux Programming. Đó là hệ thống giám sát cảm biến. Nói chung đó là 1 project kh...103 readslinux for beginners
Mohammed Sharooquesharooque.hashnode.dev·Dec 18, 2024Understanding WebSocket Handshake: Seamless Two-Way Communication for Web ApplicationsGoal: The goal of WebSocket technology is to enable browser-based applications to establish two-way communication with servers without the need for multiple HTTP connections. This approach facilitates seamless interaction between clients and servers...websockets
Saravana Rajablog.saravanaraja.in·Oct 27, 2024🚀 Introduction to Real-Time WebFor those of us after years into this dev life: 💻 "The weekend is for upskilling!" (then promptly opens Netflix) ☕ Filter coffee - the actual backbone of my productivity 🌙 Midnight message: “Available for Quick Call?” 👥 Catching up with friend...86 readsrealtime
AL Hasibalhasib.hashnode.dev·Oct 12, 2024ওয়েব সকেট কমিউনিকেশন প্রটোকলওয়েব সকেট কি? ওয়েব সকেট একটি কমিউনিকেশন প্রটোকল। যেটি ক্লায়েন্ট এবং সার্ভারের মাঝে ফুল ডুপ্লেক্স কানেকশন এস্টাবলিশ করার মাধ্যমে একটি একক কানেকশন তৈরি করে। যেখানে HTTP প্রটোকল বারবার রিকুয়েস্ট রেসপন্সের মাধ্যমে তথ্য আদান-প্রদান করে। সেখানে ওয়েব স...Web Development
Ruchir Dixitruchirstechblogs.hashnode.dev·Jun 14, 2024Build Chat Application using JavaIntroduction Socket programming is an essential concept in network communications, enabling devices to connect and share data over a network. By using sockets, you can build robust applications that communicate efficiently, whether on a local network...36 readsJava
Ronit Pandaronit.dev·Jun 1, 2024Setup "Poke"Hey everyone!, finally after setting up push and pull, we are mostly done, but there is one vital piece of the puzzle pending. Right now you can push mutations to our server and on every 60 seconds interval our client pulls and our client is in sync ...50 readsBuilding RealTime WebAppsrealtime apps
Gaurav Kumargauravbytes.hashnode.dev·May 7, 2024Quick and Simple Method for Building a WebSocket Server in Node.jsImagine working on a document with colleagues simultaneously. You type a sentence, and it instantly appears on everyone else's screens, no refresh button is needed. This seamless collaboration is made possible by a powerful technology called WebSocke...90 readswebsockets
Mayank Sahaicodingmoon.hashnode.dev·May 5, 2024Understanding WebSocket and creating from Scratch with JavaScriptAs developers, we often find ourselves on quests to understand new technologies. This past weekend, while battling a particularly stubborn bug (coffee wasn't helping!), I stumbled upon a cryptic note from my past self: "Explore WebSockets." Curiosity...61 readswebsockets
Ayoub Toubablog.yaffalab.com·Mar 17, 2024ESP32/Arduino Sensor Data Visualization on Web Apps: A Beginner's Guide with Directus: Part 2Welcome back! In Part 1, you built the ESP32 circuit and verified that your sensor works properly. Now, it's time to connect your ESP32 to the web world and visualize those sensor readings! In this part, we'll focus on sending data from your ESP32 to...1 like·100 readsarduino