Skip to main content

@gar/echo@0.1.4

latest

A simple echo server

This package works with Cloudflare Workers, Deno
This package works with Cloudflare Workers
This package works with Deno
JSR Score
94%
Published
7 months ago (0.1.4)

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.

echo

JSR JSR Score

An http echo server

Note

This repo is a test to try running remote packages like npx

Add Package

deno add jsr:@gar/echo

Import symbol

import * as echo from "@gar/echo";

---- OR ----

Import directly with a jsr specifier

import * as echo from "jsr:@gar/echo";