Tag

Web Frontend

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Oct 25, 2024 · Frontend Development

Introducing PyWebIO: Build Web Frontends with Pure Python

This article introduces the PyWebIO library, explains how to install it, showcases its output and input functions, and provides several practical example programs—including a BMI calculator, a markdown editor, a chat room, and a Gomoku game—demonstrating how Python can be used to create interactive web front‑ends without writing HTML or JavaScript.

Example CodeInteractive UITutorial
0 likes · 12 min read
Introducing PyWebIO: Build Web Frontends with Pure Python
Taobao Frontend Technology
Taobao Frontend Technology
Jan 21, 2022 · Frontend Development

How Kraken 0.10.0 Enables Hybrid Flutter Widget Rendering for Web Frontends

Kraken 0.10.0 introduces hybrid Flutter widget rendering, enhanced styling, performance optimizations, Flutter 2.5.3 support, and Linux compatibility, empowering web developers to integrate high‑performance native components while improving productivity and stability.

FlutterHybrid RenderingKraken
0 likes · 7 min read
How Kraken 0.10.0 Enables Hybrid Flutter Widget Rendering for Web Frontends
Tencent Music Tech Team
Tencent Music Tech Team
Jul 7, 2020 · Frontend Development

Technical Overview of HLS and HTTP-FLV Live Streaming for K歌 Web Frontend

To meet the post‑COVID surge in K‑song live broadcasts, the team replaced high‑latency HLS with low‑latency HTTP‑FLV and built the cross‑platform kg‑player SDK—combining MSE, WASM, and WebGL decoding—to automatically adapt streams, reduce stutter, and support iOS/Android, improving performance and powering hundreds of thousands of daily views.

HLSHTTP-FLVWASM
0 likes · 14 min read
Technical Overview of HLS and HTTP-FLV Live Streaming for K歌 Web Frontend
JD Tech
JD Tech
Sep 17, 2018 · Frontend Development

Adapting Web Pages for iPhone X Safe Area and Bottom Home Indicator

This article explains how to adapt web pages for iPhone X's bottom home indicator by using the viewport‑fit meta tag, the CSS env() and constant() functions, and various padding or margin techniques to ensure fixed elements stay within the safe area, with practical code examples.

CSSWeb FrontendiPhone X
0 likes · 8 min read
Adapting Web Pages for iPhone X Safe Area and Bottom Home Indicator