Playground
Interactive playground for testing Streamer.bot WebSocket API events and actions.
Streamer.bot Client Options
Example Code
const client = new StreamerbotClient({
host: '127.0.0.1',
port: 8080,
endpoint: '/',
password: '',
});const client = new StreamerbotClient({
host: '127.0.0.1',
port: 8080,
endpoint: '/',
password: '',
});