https://github.com/livekit/node-sdks
LiveKit realtime and server SDKs for Node.JS
https://github.com/livekit/node-sdks
livekit nodejs
Last synced: about 2 months ago
JSON representation
LiveKit realtime and server SDKs for Node.JS
- Host: GitHub
- URL: https://github.com/livekit/node-sdks
- Owner: livekit
- License: apache-2.0
- Created: 2021-01-22T07:20:42.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-05-10T17:27:34.000Z (about 2 months ago)
- Last Synced: 2026-05-10T18:34:33.024Z (about 2 months ago)
- Topics: livekit, nodejs
- Language: TypeScript
- Homepage: https://docs.livekit.io
- Size: 4.97 MB
- Stars: 267
- Watchers: 13
- Forks: 110
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Notice: NOTICE
Awesome Lists containing this project
README

LiveKit Node SDKs
Use this SDK to add realtime video, audio and data features to your Node app. By connecting to LiveKit Cloud or a self-hosted server, you can quickly build applications such as multi-modal AI, live streaming, or video calls with just a few lines of code.
## Monorepo Navigation
- **Packages**:
- [Server SDK](/packages/livekit-server-sdk) - to interact with server APIs.
- [Node realtime SDK](/packages/livekit-rtc) - to connect to LiveKit as a server-side participant, and to publish and subscribe to audio, video, and data.
- **Examples**
- [Webhooks HTTP (server SDK)](/examples/webhooks-http/README.md)
- [Webhooks NextJS (server SDK)](/examples/webhooks-nextjs/README.md)
- [Publishing to a room (realtime SDK)](/examples/publish-wav/)
## Development Setup
If you are interested in contributing to the project or running the examples that are part of this mono-repository, then you must first set up your development environment.
### Setup Monorepo
This repo consists of multiple packages that partly build on top of each other.
It relies on pnpm workspaces and [Turborepo](https://turbo.build/repo/docs) (which gets installed automatically).
Clone the repo and run `pnpm install` the root level:
```shell
pnpm install
```
In order to link up initial dependencies and check whether everything has installed correctly run
```shell
pnpm build
```
This will build all the packages in `/packages` and the examples in `/examples` once.
After that you can use a more granular command to only rebuild the packages you are working on.
### Setup Submodules
Run the following command to install the submodules.
```shell
git submodule update --init --recursive
```
Then run `pnpm build` to make sure everything is up to date.
LiveKit Ecosystem
Agents SDKsPython · Node.js
LiveKit SDKsBrowser · Swift · Android · Flutter · React Native · Rust · Node.js · Python · Unity · Unity (WebGL) · ESP32 · C++
Starter AppsPython Agent · TypeScript Agent · React App · SwiftUI App · Android App · Flutter App · React Native App · Web Embed
UI ComponentsReact · Android Compose · SwiftUI · Flutter
Server APIsNode.js · Golang · Ruby · Java/Kotlin · Python · Rust · PHP (community) · .NET (community)
ResourcesDocs · Docs MCP Server · CLI · LiveKit Cloud
LiveKit Server OSSLiveKit server · Egress · Ingress · SIP
CommunityDeveloper Community · Slack · X · YouTube