{"id":19206863,"url":"https://github.com/html-next/skyrocket","last_synced_at":"2025-10-17T21:50:32.396Z","repository":{"id":1968739,"uuid":"224011355","full_name":"html-next/skyrocket","owner":"html-next","description":"🚀 The web needs more zero-cost-abstractions and parallelism. This is a project to help with that.","archived":false,"fork":false,"pushed_at":"2022-04-04T21:42:48.000Z","size":5862,"stargazers_count":25,"open_issues_count":29,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-06T17:40:48.341Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/html-next.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-25T18:06:34.000Z","updated_at":"2024-05-17T16:49:42.000Z","dependencies_parsed_at":"2022-08-06T11:16:24.812Z","dependency_job_id":null,"html_url":"https://github.com/html-next/skyrocket","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/html-next%2Fskyrocket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/html-next%2Fskyrocket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/html-next%2Fskyrocket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/html-next%2Fskyrocket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/html-next","download_url":"https://codeload.github.com/html-next/skyrocket/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253512389,"owners_count":21920052,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T13:17:14.249Z","updated_at":"2025-10-17T21:50:32.333Z","avatar_url":"https://github.com/html-next.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![npm (tag)](https://img.shields.io/npm/v/@skyrocketjs/ember/latest?color=%2355dd55\u0026style=flat-square)\n![npm (tag)](https://img.shields.io/npm/v/@skyrocketjs/ember/lts?color=%233333ff\u0026style=flat-square)\n![npm (tag)](https://img.shields.io/npm/v/@skyrocketjs/ember/beta?color=%235ff33ff\u0026style=flat-square)\n![npm (tag)](https://img.shields.io/npm/v/@skyrocketjs/ember/canary?color=%23ffbb55\u0026style=flat-square)\n\u003cbr\u003e\n![CI](https://github.com/html-next/skyrocket/workflows/CI/badge.svg?branch=master)\n\n# 🚀 Skyrocket\n\nThe web needs more zero-cost-abstractions and parallelism. This is a project to help with that.\n\n## Overview\n\nThis project is a monorepo using `lerna` and `yarn workspaces` to publish multiple related\npackages to `npm`. This directory is unpublished.\n\nThe individual published packages are located in the `packages/` and have `private: false`\nin their `package.json`. Unpublished packages used for testing or dev-infra are prefixed\nwith `unpublished_`\n\nTo learn more about the individual packages, visit the corresponding package `README`.\n\n## Published Packages\n\n- [🚀🐹@skyrocketjs/ember](./packages/ember/README.md)\n\nAn ember-addon which enables your ember-app or ember-addon to have workers built with\n`@skyrocketjs/worker` located in a top-level `workers/` directory that are useable by\nconsuming apps via service-like injection.\n\nConfiguration is as easy as adding this package to your app or addon dependencies.\n\nIn `Fastboot`, each app instance will get it's own unique worker instances that run\nas their own [node worker](https://nodejs.org/api/worker_threads.html). These workers\nwill be torn down when the app instance is destroyed.\n\nIn `testing`, each app instance will get it's own unique `WebWorker` instances. `SharedWorkers`\nwill be instantiated as `WebWorkers` to ensure encapsulation.\n\nThese workers will be torn down when the app instance is destroyed.\n\n- [🚀@skyrocketjs/worker](./packages/worker/README.md)\n\nProvides decorators and base classes for creating both `WebWorkers` and `SharedWorkers`\nthat abstract away the need for authoring main-thread code or using `postMessage`.\n\nCommunication is driven by async APIs that work naturally with `Promise` and `async...await`.\n\n- [🚀@skyrocketjs/schema](./packages/schema/README.md)\n\nA BabelPlugin which parses schema information based on config from encountered classes.\n\nThis is reusable by many projects, but won't need to be configured directly for users\nof `@skyrocketjs/ember`.\n\n- [🚀@skyrocketjs/service](./packages/service/README.md)\n\nService wrapper for instantiating workers on the main thread. Meant to be generic but tied\nto `Ember` in the current `alpha` while a plan for either synchronous or asynchronous dynamic\nimports is devised. The instantiated workers use the schemas produced by for workers built\nwith `@skyrocketjs/worker` to provide async APIs and event listenting.\n\n- [🚀@skyrocketjs/compiler](./packages/compiler/README.md)\n\nA BroccoliPlugin which takes compiled schemas from `@skyrocketjs/schema` for workers built\nwith `@skyrocketjs/worker` and produces runnable worker scripts.\n\nThis is reusable by many projects, but won't need to be configured directly for users\nof `@skyrocketjs/ember`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhtml-next%2Fskyrocket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhtml-next%2Fskyrocket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhtml-next%2Fskyrocket/lists"}