Skip to main content

latest
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
47%
Published
11 months ago (1.0.0)

🚌 Transport, for your messages

Lightweight abstraction to combine power of nats & typescript. Send messages from web, mobile, micro-services to each other, type safed way.

npm version codecov Build Status

Add Package

deno add jsr:@jok/transport

Import symbol

import * as transport from "@jok/transport";

---- OR ----

Import directly with a jsr specifier

import * as transport from "jsr:@jok/transport";

Add Package

npx jsr add @jok/transport

Import symbol

import * as transport from "@jok/transport";

Add Package

yarn dlx jsr add @jok/transport

Import symbol

import * as transport from "@jok/transport";

Add Package

pnpm dlx jsr add @jok/transport

Import symbol

import * as transport from "@jok/transport";

Add Package

bunx jsr add @jok/transport

Import symbol

import * as transport from "@jok/transport";