Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 305 Bytes

File metadata and controls

18 lines (12 loc) · 305 Bytes

@rtco/server

Artico signaling server library. Please refer to the documentation for more information.

Installation

npm install @rtco/server

Usage

import { ArticoServer } from "@rtco/server";

const server = new ArticoServer();
server.listen(3000);