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.
tinyexec
Effection compatible wrapper around tinyexec package.
Timebox
Constrain any operation to complete within a certain time.
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…