Skip to main content
Home
This package has been archived, and as such it is read-only.

Built and signed on GitHub Actions

A little framework to build server-side applications!

This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
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
76%
Published
a year ago (0.1.8)

TinyRPC

TinyRPC is an small framework to develop server-side applications.

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:@online/tinyrpc

Import symbol

import * as tinyrpc from "@online/tinyrpc";
or

Import directly with a jsr specifier

import * as tinyrpc from "jsr:@online/tinyrpc";

Add Package

pnpm i jsr:@online/tinyrpc
or (using pnpm 10.8 or older)
pnpm dlx jsr add @online/tinyrpc

Import symbol

import * as tinyrpc from "@online/tinyrpc";

Add Package

yarn add jsr:@online/tinyrpc
or (using Yarn 4.8 or older)
yarn dlx jsr add @online/tinyrpc

Import symbol

import * as tinyrpc from "@online/tinyrpc";

Add Package

vlt install jsr:@online/tinyrpc

Import symbol

import * as tinyrpc from "@online/tinyrpc";

Add Package

npx jsr add @online/tinyrpc

Import symbol

import * as tinyrpc from "@online/tinyrpc";

Add Package

bunx jsr add @online/tinyrpc

Import symbol

import * as tinyrpc from "@online/tinyrpc";