Python in the browser: Brython

Introduction Convert Python code to JavaScript, allowing us to write and run Python code in the browser. It is possible to realize that python and js codes can call each other. Based on Python 3 implementation, supports HTML5 environment (providing DOM objects and event interfaces). Supports turtle drawing library, which can draw images. Brython will […]

Python in the browser: Brython

Introduction Convert Python code to JavaScript, allowing us to write and run Python code in the browser. It is possible to realize that python and js codes can call each other. Based on Python 3 implementation, supports HTML5 environment (providing DOM objects and event interfaces). Supports turtle drawing library, which can draw images. Brython will […]

Browser processes and threads

This article is full of definitions and copywriting explanations, which is relatively boring, but as long as you read it a few times, I believe it will bring you unexpected gains. 1. The concepts of processes and threads First we need to know the concepts of threads and processes: Process: The basic unit of CPU […]

SpringBoot-WebSocket browser-server two-way communication

Article directory Introduction to WebSockets Getting Started Case WebSocket Introduction WebSocket is a new network protocol based on TCP. It realizes full-duplex communication between the browser and the server – the browser and the server only need to complete a handshake, and a persistent connection can be created between the two and bidirectional data transmission […]

How to choose a web browser that suits you? -2023

What are the commonly used web browsers? The browsers used on computers usually also have mobile versions. The web browser is the interface of the Internet, the most basic and core human-computer interaction application. Personal conclusion: Take mainland china as an example: edge>firefox>opera>chrome Turn off unnecessary features Turn off data collection Not gorgeous segmentation The […]

Turn on the browser javascript function, and enable javascript in the browser settings

This article will talk about the benefits of turning on JavaScript in the browser and how to set up the browser to support JavaScript. I hope it will be helpful to you. Don’t forget to bookmark this site. (1) JavaScript about browsers JavaScript about browsers JavaScript runs in browsers. Different browsers have different support for […]

Tools for monitoring browser page display performance

In B/S architecture, users use browsers to access back-end services. When developing products, we need to pay attention to user experience, which not only includes interaction friendliness, but also performance indicators. Common performance indicators for back-end development may include: response time, throughput, etc. In addition, performance analysis of browser page navigation, HTML data parsing, and […]

Using browser web technology to make phone calls: a step-by-step guide (mod_cti is based on FreeSWITCH)

Table of Contents Using browser web technology to make phone calls: a step-by-step guide (mod_cti is based on FreeSWITCH) introduce Preface introduce (1) Introduction to SSL certificate 2. Specific operation steps Summarize Using browser web technology to implement phone calls: a step-by-step guide (mod_cti is based on FreeSWITCH) Introduction #Take Dingdingtong call center middleware as […]