UNPKG

@rtco/server

Version:
19 lines (12 loc) 305 B
# @rtco/server Artico signaling server library. Please refer to the [documentation](https://artico.dev) for more information. ## Installation ```bash npm install @rtco/server ``` ## Usage ```ts import { ArticoServer } from "@rtco/server"; const server = new ArticoServer(); server.listen(3000); ```