happyChat development series: using websocket.io to realize the development of the big front-end of two-way communication

I. Preface Leliao is a complete application written by oneself with websocket. Although the function is relatively deficient, it realizes the basic functions of text chat, group chat, private chat, robot chat and so on. Because this has made its own PC terminal, wireless terminal (mobile terminal), and using cordova packaged into an android apk ...

Posted by rdimaggio on Tue, 07 May 2019 05:50:02 +0200

Django Blog Series

Django Blog Series (I) Preface After learning Python for so long, I finally got to the Django framework. This can be said to be python's most famous web framework, so from today on, we will start to install the Django framework to use step-by-step learning. This series of blogs will not be as watery as the front end (flag), hoping to become a h ...

Posted by richclever on Mon, 06 May 2019 13:05:03 +0200

Source code analysis of android okhttp

okhttp, a powerful development contribution of Square, is now the mainstream Android network framework. Now let's look at this framework and explore its source code. compile 'com.squareup.okhttp3:okhttp:3.8.0' The version we analyzed was 3.8.0. public class OkHttpClient implements Cloneable, Call.Factory, WebSocket.Factory ...

Posted by Evoke on Mon, 06 May 2019 06:15:03 +0200

Principle Analysis of Distributed Message Communication ActiveMQ II

This chapter focuses on: 1. unconsumed Message source code analysis 2. PrefetchSize on the consumer side 3. Message confirmation process 4. Message Retransmitting Mechanism 5. ActiveMQ multi-node high performance scheme Message Consumption Flow Chart Acquisition process of unconsumed Messages data Let's see what's going on in Acti ...

Posted by techker on Sun, 05 May 2019 08:42:22 +0200