Tag

Socket.io

0 views collected around this technical thread.

IT Services Circle
IT Services Circle
Mar 5, 2022 · Frontend Development

HasChat – A Simple and Elegant Open‑Source Chat Application Built with Vue3, Vite, TypeScript, Naive UI, and Express.js

HasChat is a free open‑source web chat application created by howcode that showcases a complete communication system using a modern front‑end stack (Vue3, Vite, TypeScript, Naive UI, Socket.io) and an Express.js back‑end, offering login, history, rich‑text, and image messaging features for beginners.

ChatAppExpressNaiveUI
0 likes · 3 min read
HasChat – A Simple and Elegant Open‑Source Chat Application Built with Vue3, Vite, TypeScript, Naive UI, and Express.js
Laravel Tech Community
Laravel Tech Community
Dec 16, 2021 · Backend Development

OOX: A Simple and Fast Node.js Microservice Framework

OOX is a Node.js‑based microservice solution that removes the need for route definitions and configuration files, supports both HTTP and Socket.IO, provides example code for calculator services, and includes recent updates such as AsyncLocalStorage tracing and Socket.IO 4.4.0.

Node.jsOOXSocket.io
0 likes · 3 min read
OOX: A Simple and Fast Node.js Microservice Framework
FunTester
FunTester
Dec 30, 2020 · Backend Development

Automated Verification of Socket.IO Interfaces Using VerifyBean in Java/Groovy

This article describes how to automate verification of Socket.IO interfaces using a custom VerifyBean class in Java/Groovy, covering setup, message handling, cross‑validation logic, and includes full source code and sample console output.

GroovyJavaSocket.io
0 likes · 8 min read
Automated Verification of Socket.IO Interfaces Using VerifyBean in Java/Groovy
vivo Internet Technology
vivo Internet Technology
Nov 4, 2020 · Frontend Development

WebSocket Practical Guide: From Basics to Production Deployment

This practical guide explains WebSocket fundamentals, demonstrates how to integrate and debug them in a project with webpack proxy and Nginx settings, implements heartbeat and reconnection logic for stability, and compares native WebSocket to Socket.io’s richer but heavier real‑time framework.

NginxReal-time CommunicationSocket.io
0 likes · 5 min read
WebSocket Practical Guide: From Basics to Production Deployment
Sohu Tech Products
Sohu Tech Products
Sep 4, 2019 · Frontend Development

Building a Real‑Time Video Chat Application with Vue, WebRTC, Socket.io, Node.js and Redis

This tutorial walks through creating a full‑stack video‑chat app that supports multiple chat rooms, private messaging, user status, and peer‑to‑peer video calls by combining Vue.js for the frontend, Vuex for state management, Socket.io for real‑time communication, a Node/Express backend, Redis for scaling, and Docker for deployment.

DockerNode.jsRedis
0 likes · 26 min read
Building a Real‑Time Video Chat Application with Vue, WebRTC, Socket.io, Node.js and Redis
Youzan Coder
Youzan Coder
Jul 10, 2019 · Mobile Development

Implementation of Local Packet Capture in Youzan Mobile Assistant Using VPNService, tun2socks, and Socket.IO

The article details how the Youzan Mobile Assistant adds a local packet‑capture module that leverages Android VpnService/iOS NetworkExtension and tun2socks to route traffic through a SOCKS5 proxy, then uses Socket.IO to push request and response data in real time to the app’s UI while keeping the app alive in the background.

AndroidSocket.ioVPNService
0 likes · 12 min read
Implementation of Local Packet Capture in Youzan Mobile Assistant Using VPNService, tun2socks, and Socket.IO
360 Tech Engineering
360 Tech Engineering
Jun 12, 2019 · Backend Development

Implementing Real‑Time Multi‑Device Communication with WebSocket in ThinkJS

This article explains how to use ThinkJS, a Koa‑based Node.js framework, together with WebSocket and Socket.io to build a multi‑device real‑time chat system, covering protocol basics, server and client configuration, a simple chat demo, and scaling across multiple nodes using Redis.

Node.jsReal-time CommunicationRedis
0 likes · 12 min read
Implementing Real‑Time Multi‑Device Communication with WebSocket in ThinkJS