observable-webworker
Worker wrapper
A library for efficiently using web workers with RxJS observables in TypeScript applications.
Simplified API for working with Web Workers with RxJS
226 stars
7 watching
15 forks
Language: TypeScript
last commit: 5 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
cloudnc/ngx-observable-lifecycle | A library to observe the lifecycle of an Angular component and automatically unsubscribe from observables when the component is destroyed. | 34 |
udacity/cloudflare-typescript-worker-template | A preconfigured starter template for building a strict TypeScript Cloudflare Worker | 26 |
jspies/cloudflare-workers-toolkit | Provides a simple SDK wrapper for Cloudflare's APIs to integrate with Workers | 6 |
ftischler/ngx-rxjs-zone-scheduler | A library that helps manage the scheduling of RxJS Observables in Angular applications. | 32 |
nchlswhttkr/workers | Cloudflare Workers project with various utility and service workers for handling tasks such as redirects, subscriptions, media serving, and more. | 12 |
karllhughes/workers-codeship-example | An example project demonstrating how to use Cloudflare Workers with Webpack and automate deployment via Codeship. | 2 |
lucacasonato/workerkit | A library to simplify Cloudflare Worker development by reducing boilerplate code and providing a more convenient API for HTTP routing and KV storage. | 23 |
portable-cto/airtable-proxy-worker | An Airtable API proxy that secures requests from front-end applications | 135 |
cloudflare/serverless-cloudflare-workers | A Serverless plugin for Cloudflare Workers that simplifies the process of deploying and managing JavaScript functions on the platform. | 175 |
hisorange/opwork | A management interface for CloudFlare's workerd service | 28 |
gja/cloudflare-worker-local | Enables Cloudflare Worker development and testing locally on the developer's machine. | 177 |
postlight/cloudflare-worker-app-kit | A set of tools and templates for building, testing, and deploying Cloudflare Worker apps with TypeScript and Webpack | 87 |
dacap/observable | A C++ library providing a simple way to manage notifications and event handlers in concurrent applications. | 75 |
cloudflare/worker-template-router | An open source Cloudflare Workers project that demonstrates routing with the itty-router package | 231 |
chrisguttandin/subscribable-things | A collection of reactive wrappers for various browser APIs. | 43 |