Effection Contrib
thefrontside/effection-contribHere are a list of community contributed modules that represent emerging consensus on how to do common JavaScript tasks with Effection.
Deno Deploy
Provides Deno Deploy Effection context with region, deploymentId and isDenoDeploy flag to detect when running in the Deno Deploy environment. This can be useful when testing an application that's…
JSONL Streaming Store
JSONL Streaming Store provides an easy way to store documents in JSONL files. This is useful when you need cache responses from HTTP requests for later processing. This API focuses on providing…
fx
A collection of utility functions to streamline asynchronous workflows.
Task Buffer
Manages concurrent task execution by enforcing a maximum limit on simultaneously active operations.
Test Adapter
An abstract helper for integrating Effection with testing frameworks.
tinyexec
Effection compatible wrapper around tinyexec package.
Timebox
Constrain any operation to complete within a certain time.
tinyexec
Effection compatible wrapper around tinyexec package.
Watch
Watch is a very simple tool that does one thing: run a command, and every time source files change in a directory, shutdown the current invocation gracefully and restart it. deno -A jsr:@effection…
WebSocket
A streamlined WebSocket client for Effection programs that transforms the event-based WebSocket API into a clean, resource-oriented stream. Why Use this API? Traditional WebSocket API require…
Web Worker
Easily use Web Workers to offload CPU-intensive computations or manage external processes. A library for seamlessly integrating Web Workers with Effection programs.