mirror of
https://github.com/dream-num/univer.git
synced 2026-09-01 15:29:43 +08:00
@univerjs/network
Package Overview
| Package Name | UMD Namespace | Version | License | Downloads | Contains CSS | Contains i18n locales |
|---|---|---|---|---|---|---|
@univerjs/network |
UniverNetwork |
❌ | ❌ |
Introduction
The @univerjs/network library provides basic network service capabilities, primarily for use in collaborative editing scenarios.
Usage
Installation
# Using npm
npm install @univerjs/network
# Using pnpm
pnpm add @univerjs/network
Credit
This package is inspired by Angular's implementation. Removed zone.js dependency and features that are not necessary for Univer.