Skip to main content
Home

Built and signed on GitHub Actions

Provides a request response instance for JSON-RPC 2.0 compliant communiaction between client and server over a WebSocket connection.

This package works with Node.js, Deno, Bun, Browsers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
100%
Published
a year ago (1.0.0)

Socket

Provides a request response instance for JSON-RPC 2.0 compliant communiaction between client and server over a WebSocket connection.

Built and signed on
GitHub Actions

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@valkyr/socket

Import symbol

import * as socket from "@valkyr/socket";
or

Import directly with a jsr specifier

import * as socket from "jsr:@valkyr/socket";

Add Package

pnpm i jsr:@valkyr/socket
or (using pnpm 10.8 or older)
pnpm dlx jsr add @valkyr/socket

Import symbol

import * as socket from "@valkyr/socket";

Add Package

yarn add jsr:@valkyr/socket
or (using Yarn 4.8 or older)
yarn dlx jsr add @valkyr/socket

Import symbol

import * as socket from "@valkyr/socket";

Add Package

vlt install jsr:@valkyr/socket

Import symbol

import * as socket from "@valkyr/socket";

Add Package

npx jsr add @valkyr/socket

Import symbol

import * as socket from "@valkyr/socket";

Add Package

bunx jsr add @valkyr/socket

Import symbol

import * as socket from "@valkyr/socket";