/synco-room

This package is the core of Synco. It provides a room factory that can be used to create rooms with webRTC.

Primary LanguageTypeScriptMIT LicenseMIT

synco-room

Codecov

This package is the core of Synco. It provides a room factory that can be used to create rooms with webRTC.

Usage

Install package:

# npm
npm install synco-room

# yarn
yarn add synco-room

# pnpm
pnpm install synco-room

# bun
bun install synco-room

Import:

// ESM
import { RoomFactory } from 'synco-room'

// CommonJS
const { RoomFactory } = require('synco-room')

Development

  • Clone this repository
  • Install latest LTS version of Node.js
  • Enable Corepack using corepack enable
  • Install dependencies using pnpm install
  • Run interactive tests using pnpm dev

License

Made with 💛

Published under MIT License.