@streamelements/twitch-chat-proxy
v1.7.0
Published
ConnectRPC v2 client for twitch-chat-proxy - auto-generated from Protocol Buffers
Downloads
62
Readme
@streamelements/twitch-chat-proxy
ConnectRPC client for twitch-chat-proxy.
Installation
# npm
npm install @streamelements/twitch-chat-proxy
# bun
bun add @streamelements/twitch-chat-proxy
# yarn
yarn add @streamelements/twitch-chat-proxy
# pnpm
pnpm add @streamelements/twitch-chat-proxyUsage
ESM (Node.js, Bun, Deno)
import { service_v1 } from '@streamelements/twitch-chat-proxy';
// or import specific version
import { YourService } from '@streamelements/twitch-chat-proxy/api/service/v1';CommonJS (Legacy Node.js)
const { service_v1 } = require('@streamelements/twitch-chat-proxy');Runtime Support
This package is built with modern JavaScript runtimes in mind:
- ✅ Node.js 18+
- ✅ Bun 1.0+
- ✅ Deno (with npm: specifier)
- ✅ Edge runtimes (Cloudflare Workers, Vercel Edge, etc.)
