socketio must be used in node; socketio is a library of nodejs. It uses nodejs functions to encapsulate some functions and relies on some nodejs APIs, so it can only be used in nodejs. Socketio is also on the client side. The two-way communication data exchange technology established between the server and the server uses EngineIO at the bottom.
The operating environment of this article: Windows 10 system, nodejs version 16, Dell G3 computer.
socketio must be used in node
socketio is a library of nodejs. It is equivalent to others using nodejs functions to encapsulate some functions for you to use. It depends on some APIs of nodejs, so it can only Used under nodejs.
SocketIO is a two-way communication data exchange technology established between the client and the server. The underlying layer uses EngineIO. The client of SocketIO uses Engine.IO-Client, and the server uses Engine.IO.
Extended knowledge
How SocketIO works
When a browser attempts to establish SocketIO, SocketIO first uses xhr-polling Create a long poll. Once the long polling is established, it will be upgraded to a WebSocket connection.
The bottom layer of SocketIO is implemented using the EngineIO library. This library uses WebSocket and XMLHttprequest to encapsulate a set of its own Socket protocol (temporarily called EIO Socket). A complete EIO Socket includes multiple XHR and WebSocket connections.
Client
EIO Socket passes an XHR (XMLHttprequest) handshake. The front end sends an XHR to tell the server that I want to start XHR long polling. The data returned by the backend includes an open flag (represented by the number 0), as well as sid and upgrades fields, ping interval, and ping timeout.
0{ “sid”: “8b7ab1ae-fbcf-4d23-8192-3c14a2a90721”, “upgrades”: [ “websocket” ], “pingInterval”: 10000, “pingTimeout”: 60000 }
sid is the session ID of this EIO Socket. Because one EIO Socket contains multiple requests, and the backend will connect to multiple EIO Sockets at the same time, the sid is equivalent to the SESSION ID.
Another field upgrades, normally [‘websocket’], indicates that the connection method can be upgraded from long polling to WebSocket.
The front end starts XHR long polling when sending the first XHR. If there is a need to send and receive data at this time, it is implemented through long polling. The so-called long polling means that the front end sends a request, and the server waits until there is data to be returned before responding. The front end immediately sends the next request after receiving the response. This enables two-way communication.
After the front end receives the handshake upgrades, EIO will detect whether the browser supports WebSocket. If it supports it, it will start a WebSocket connection, and then send a piece of data with the content of probe and type of ping to the server through this WebSocket. . If the server returns data with the content of probe and type of pong at this time, the front end will stop the HTTP long polling established previously, and then only use the WebSocket channel to send and receive data
During the EIO Socket life cycle, It will ping - pong once every once in a while to test whether the network is normal.
This is the structure of the WebSocket frame, green is sending and white is receiving. The previous number is the packet type, 2 is ping, 3 is pong, 42 is message
Recommended learning: "nodejs video tutorial"
The above is the detailed content of Does socketio have to be used in node?. For more information, please follow other related articles on the PHP Chinese website!

React’s popularity includes its performance optimization, component reuse and a rich ecosystem. 1. Performance optimization achieves efficient updates through virtual DOM and diffing mechanisms. 2. Component Reuse Reduces duplicate code by reusable components. 3. Rich ecosystem and one-way data flow enhance the development experience.

React is the tool of choice for building dynamic and interactive user interfaces. 1) Componentization and JSX make UI splitting and reusing simple. 2) State management is implemented through the useState hook to trigger UI updates. 3) The event processing mechanism responds to user interaction and improves user experience.

React is a front-end framework for building user interfaces; a back-end framework is used to build server-side applications. React provides componentized and efficient UI updates, and the backend framework provides a complete backend service solution. When choosing a technology stack, project requirements, team skills, and scalability should be considered.

The relationship between HTML and React is the core of front-end development, and they jointly build the user interface of modern web applications. 1) HTML defines the content structure and semantics, and React builds a dynamic interface through componentization. 2) React components use JSX syntax to embed HTML to achieve intelligent rendering. 3) Component life cycle manages HTML rendering and updates dynamically according to state and attributes. 4) Use components to optimize HTML structure and improve maintainability. 5) Performance optimization includes avoiding unnecessary rendering, using key attributes, and keeping the component single responsibility.

React is the preferred tool for building interactive front-end experiences. 1) React simplifies UI development through componentization and virtual DOM. 2) Components are divided into function components and class components. Function components are simpler and class components provide more life cycle methods. 3) The working principle of React relies on virtual DOM and reconciliation algorithm to improve performance. 4) State management uses useState or this.state, and life cycle methods such as componentDidMount are used for specific logic. 5) Basic usage includes creating components and managing state, and advanced usage involves custom hooks and performance optimization. 6) Common errors include improper status updates and performance issues, debugging skills include using ReactDevTools and Excellent

React is a JavaScript library for building user interfaces, with its core components and state management. 1) Simplify UI development through componentization and state management. 2) The working principle includes reconciliation and rendering, and optimization can be implemented through React.memo and useMemo. 3) The basic usage is to create and render components, and the advanced usage includes using Hooks and ContextAPI. 4) Common errors such as improper status update, you can use ReactDevTools to debug. 5) Performance optimization includes using React.memo, virtualization lists and CodeSplitting, and keeping code readable and maintainable is best practice.

React combines JSX and HTML to improve user experience. 1) JSX embeds HTML to make development more intuitive. 2) The virtual DOM mechanism optimizes performance and reduces DOM operations. 3) Component-based management UI to improve maintainability. 4) State management and event processing enhance interactivity.

React components can be defined by functions or classes, encapsulating UI logic and accepting input data through props. 1) Define components: Use functions or classes to return React elements. 2) Rendering component: React calls render method or executes function component. 3) Multiplexing components: pass data through props to build a complex UI. The lifecycle approach of components allows logic to be executed at different stages, improving development efficiency and code maintainability.


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

Dreamweaver CS6
Visual web development tools

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.