New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

slippi-web-bridge

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slippi-web-bridge

Forward live Slippi connection data to a WebSocket connection.

latest
Source
npmnpm
Version
0.4.1
Version published
Maintainers
1
Created
Source

slippi-web-bridge

Forward Slippi spectate streams to WebSocket connections.

Usage

npm i slippi-web-bridge

import { Bridge } from "slippi-web-bridge";
const options = {}; // documented below
const bridge = new Bridge(options);

The constructor opens a WebSocket server to serve the game data unless the server: false options is passed.

The bridge options are:

  • server:
    • port: the port to serve the WebSocket server on (number, default 4102)
  • slippi:
    • address: the address to read Slippi data from (string, default "127.0.0.1")
    • port: the port to read Slippi data from (number, default Ports.DEFAULT from slippi-js)

FAQs

Package last updated on 08 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts