Tagged articles
15 articles
Page 1 of 1
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Aug 20, 2023 · Frontend Development

WebRTC Quick‑Start Tutorial for Beginners: Concepts, Architecture, and Code Walkthrough

This article provides a comprehensive beginner‑friendly guide to WebRTC, covering its definition, development history, application scenarios, core components, signaling server setup with Node.js and Socket.io, media negotiation, ICE candidate handling, STUN/TURN traversal, and complete code examples for building one‑to‑one real‑time audio/video communication.

ICESTUNSignaling
0 likes · 20 min read
WebRTC Quick‑Start Tutorial for Beginners: Concepts, Architecture, and Code Walkthrough
MaGe Linux Operations
MaGe Linux Operations
May 10, 2022 · Fundamentals

How Does NAT Traversal Really Work? A Deep Dive into Modern Techniques

This article explains the challenges of connecting two devices behind NAT and firewalls, explores the underlying principles of NAT, STUN, ICE, and related protocols, and presents practical strategies—including port mapping, relay fallback, and IPv6 considerations—to achieve reliable peer‑to‑peer communication.

ICENATSTUN
0 likes · 55 min read
How Does NAT Traversal Really Work? A Deep Dive into Modern Techniques
ELab Team
ELab Team
Jan 6, 2022 · Frontend Development

Unlock Real-Time Audio‑Video with WebRTC: History, Features & Code Guide

WebRTC, the browser‑based real‑time communication standard, evolved from early VoIP acquisitions to a W3C‑approved protocol suite, offering plugin‑free audio/video streaming, a rich protocol stack, cross‑browser compatibility, and JavaScript APIs illustrated with detailed code examples for signaling, ICE, SDP, and peer connections.

Browser APIsICESDP
0 likes · 22 min read
Unlock Real-Time Audio‑Video with WebRTC: History, Features & Code Guide
Open Source Linux
Open Source Linux
Nov 13, 2021 · Fundamentals

Mastering NAT Traversal: From Firewalls to Peer‑to‑Peer Connections

This comprehensive guide explains how two machines behind NATs and stateful firewalls can establish direct peer‑to‑peer communication by using UDP‑based techniques, STUN discovery, simultaneous transmission tricks, port‑mapping protocols, relay fallbacks like TURN and DERP, and the ICE algorithm to select the optimal path.

ICESTSTUNnat traversal
0 likes · 49 min read
Mastering NAT Traversal: From Firewalls to Peer‑to‑Peer Connections
Douyu Streaming
Douyu Streaming
Oct 29, 2021 · Fundamentals

Mastering WebRTC SDP: A Complete Guide to Analyzing Session Descriptions

This article provides a systematic overview of SDP (Session Description Protocol) and its detailed usage in WebRTC, covering protocol structure, media and session level fields, Plan B vs Unified Plan styles, and the extensive a‑line extensions such as codec, ICE, DTLS, and simulcast parameters.

DTLSICESDP
0 likes · 22 min read
Mastering WebRTC SDP: A Complete Guide to Analyzing Session Descriptions
Taobao Frontend Technology
Taobao Frontend Technology
Jun 29, 2020 · Frontend Development

Inside Alibaba’s Front‑End Engine: Powering the 618 Mega‑Sale

This article outlines how Alibaba's Taobao front‑end team built a comprehensive engineering, architecture, and platform ecosystem—including Rax, ICE, PWA, and custom interactive tools—to ensure the 2020 618 e‑commerce promotion ran smoothly and delivered high performance, scalability, and innovative user experiences.

ICEPWARax
0 likes · 12 min read
Inside Alibaba’s Front‑End Engine: Powering the 618 Mega‑Sale
DataFunTalk
DataFunTalk
Jan 3, 2020 · Artificial Intelligence

Survey of Machine Learning Model Interpretability Techniques

This article provides a comprehensive survey of model interpretability in machine learning, covering its importance, evaluation criteria, and a wide range of techniques such as permutation importance, partial dependence plots, ICE, LIME, SHAP, RETAIN, and LRP, along with practical code examples and visualizations.

ICELIMEPDP
0 likes · 39 min read
Survey of Machine Learning Model Interpretability Techniques