Spring Boot series: Vue + Spring Boot + websocket to push the front and back messages

catalogue 1. Demand 2. Principle 2.1 handshake agreement: 2.2 advantages 3. Steps 3.1 backend springboot integration websocket 3.2 create a new configuration class and enable WebSocket support 3.3 create a new WebSocketServer server 3.4 front end 3.5 write the access interface to imitate the message push of the server 3.6 object data ...

Added by paulsiew2 on Tue, 08 Mar 2022 22:35:54 +0200

GPS positioning system - Android terminal

preface GPS series - Android terminal, github project address tag: gps_mine Android mobile terminal mainly uses Gaode map positioning, uploads positioning information in the background, and then tries to keep it alive as much as possible. It includes two small functions: 1. Upload positioning information; 2. Simulate positioning information ...

Added by zurron on Wed, 23 Feb 2022 08:55:25 +0200

The application of RPC technology and its framework Sekiro in crawler reverse is a shuttle for encrypting data!

What is RPC RPC, English RangPaCong, Chinese let the reptile, designed to open the way for the reptile, kill everything every second, and let the reptile unobstructed! Just kidding, in fact, RPC is a Remote Procedure Call, which is a technical idea rather than a specification or protocol. In fact, the birth of RPC is inseparable from the de ...

Added by dnast on Tue, 22 Feb 2022 06:06:43 +0200

[prenatal education] java websocket server starting from 0

The full text is completed on the basis of IDEA compiler. This article is for java beginners who have not learned all kinds of Java frameworks Most java WebSockets on CSDN adopt the spring boot framework This article does not use any framework related to spring, but only uses maven to import the websocket library Reference source: https://g ...

Added by valtido on Sun, 20 Feb 2022 01:44:49 +0200

js advanced -h5 new features

New label Represents a block Represents an article. Such as articles, comments, posts and blogs Represents a header Represents a footer Indicates navigation Represents the sidebar. Such as the sidebar of the article Indicates media content grouping (less used) ...

Added by IceHawk on Mon, 14 Feb 2022 14:07:14 +0200

python -- detailed explanation of gevent -- practical application of the project

Brief description of three communication models: (1) Polling: The client sends requests to the server periodically and continuously at high frequency: Client request - server response - disconnect. The number of requests QPS is relatively frequent, and the configuration requirements of client and server are relatively high (2) Long polling: Th ...

Added by xluminex on Thu, 10 Feb 2022 22:37:49 +0200

SpringBoot2.x integrate websocket

##I WebSocket 1. Introduction to websocket WebSocket is a communication protocol that allows full duplex communication over a single TCP connection. WebSocket makes the data exchange between the client and the server easier, and allows the server to actively push data to the client. In WebSocket API, the browser and server only need to ...

Added by shaymol on Wed, 09 Feb 2022 20:05:31 +0200

rtsp video decoding analysis forwarding HTTP flv WS flv webrtc

explain Because the code is not completely completed, the complete code is not put up. If necessary, you can email me and I will send the code to you. But the most important key parts have been posted. The picture shows receiving RTSP server video, receiving, playing, analyzing and forwarding flv. After the completion of the framework, one is ...

Added by rawky on Tue, 08 Feb 2022 21:45:54 +0200

WebSocket - Netty server construction

WebSocket - Netty server construction Article catalogueOnline websocket test - online tool postjson (coolaf. Com)In depth exploration of WebSocket protocol - cloud + community - Tencent cloud (tencent.com)/ 1, WebSocket Preliminary summary of a few words Is a full duplex communication protocol over a single TCP connectionOnly one handsha ...

Added by lance1208 on Fri, 04 Feb 2022 09:44:53 +0200

Introduction to MQTT Android client

Introduction to MQTT Android client . brief introduction MQTT (Message Queuing Telemetry Transport) is an instant messaging protocol developed by IBM. It is a publish / subscribe, extremely simple and lightweight messaging protocol designed for limited devices and low bandwidth, high latency or unreliable networks. Its design idea is li ...

Added by ecg on Sun, 30 Jan 2022 18:54:56 +0200