Skip to main content

latest

wsfw is a wrapper makes you launch multi-worker easily and use it like a function.

This package works with Deno
This package works with Deno
JSR Score
52%
Published
2 months ago (0.1.0)

wsfw

wsfw(Web Simplified Functional Worker) is a wrapper makes you launch multi-worker easily and use it like a function.

Add Package

deno add jsr:@kiritaniayaka/wsfw

Import symbol

import * as mod from "@kiritaniayaka/wsfw";

---- OR ----

Import directly with a jsr specifier

import * as mod from "jsr:@kiritaniayaka/wsfw";