Tag

Real-time Collaboration

1 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Oct 8, 2024 · Backend Development

Developing a PHP WebSocket Server for Real‑Time Multi‑User Collaboration

This article explains how to build a PHP WebSocket server using the Ratchet library, provides step‑by‑step code examples for server setup and a simple real‑time chat client, and demonstrates how to enable multi‑user online collaboration with WebSocket technology.

Backend DevelopmentPHPRatchet
0 likes · 6 min read
Developing a PHP WebSocket Server for Real‑Time Multi‑User Collaboration
Architect's Guide
Architect's Guide
Sep 27, 2023 · Frontend Development

Agora Flat Open Source Classroom: Features, Installation, and Usage Guide

The article introduces Agora Flat, an open‑source interactive classroom platform with real‑time audio/video, whiteboard, and screen sharing, outlines its key features, and provides step‑by‑step installation and build instructions for both Electron and Web clients using pnpm.

ElectronReal-time Collaborationinteractive classroom
0 likes · 4 min read
Agora Flat Open Source Classroom: Features, Installation, and Usage Guide
ByteFE
ByteFE
Apr 25, 2022 · Frontend Development

Collaborative Editing: OT and CRDT Approaches

This article explores collaborative editing scenarios, detailing operational transformation (OT) and conflict-free replicated data type (CRDT) solutions. It analyzes their mechanisms, trade-offs, and implementations in real-time collaboration systems, providing insights into conflict resolution and data consistency challenges.

CRDTCollaborative EditingConflict-free Data Types
0 likes · 20 min read
Collaborative Editing: OT and CRDT Approaches