{"id":13546430,"url":"https://github.com/fastly/js-compute-runtime","last_synced_at":"2026-04-10T11:02:46.100Z","repository":{"id":37072209,"uuid":"390304059","full_name":"fastly/js-compute-runtime","owner":"fastly","description":"JavaScript SDK and runtime for building Fastly Compute applications","archived":false,"fork":false,"pushed_at":"2026-02-17T21:02:48.000Z","size":29625,"stargazers_count":219,"open_issues_count":85,"forks_count":42,"subscribers_count":25,"default_branch":"main","last_synced_at":"2026-02-18T02:10:48.878Z","etag":null,"topics":["compute-sdk","fastly-product"],"latest_commit_sha":null,"homepage":"https://developer.fastly.com/learning/compute/javascript/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fastly.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-07-28T10:06:57.000Z","updated_at":"2026-02-17T21:02:29.000Z","dependencies_parsed_at":"2023-10-02T18:25:11.659Z","dependency_job_id":"448e0a92-009a-4ea9-8ded-46de060fdf33","html_url":"https://github.com/fastly/js-compute-runtime","commit_stats":{"total_commits":868,"total_committers":19,"mean_commits":45.68421052631579,"dds":0.5311059907834101,"last_synced_commit":"a4c312e62284147da73d82323ac095670d41cdf3"},"previous_names":[],"tags_count":163,"template":false,"template_full_name":null,"purl":"pkg:github/fastly/js-compute-runtime","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastly%2Fjs-compute-runtime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastly%2Fjs-compute-runtime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastly%2Fjs-compute-runtime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastly%2Fjs-compute-runtime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fastly","download_url":"https://codeload.github.com/fastly/js-compute-runtime/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastly%2Fjs-compute-runtime/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29578634,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T08:38:15.585Z","status":"ssl_error","status_checked_at":"2026-02-18T08:38:14.917Z","response_time":162,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["compute-sdk","fastly-product"],"created_at":"2024-08-01T12:00:37.127Z","updated_at":"2026-02-24T13:06:10.542Z","avatar_url":"https://github.com/fastly.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# @fastly/js-compute\n\nJavaScript SDK and CLI for building JavaScript applications on [Fastly Compute](https://www.fastly.com/products/edge-compute/serverless).\n\n![npm version](https://img.shields.io/npm/v/@fastly/js-compute) ![npm downloads per month](https://img.shields.io/npm/dm/@fastly/js-compute)\n\n## Getting Started\n\nWe recommend using the [Fastly CLI](https://github.com/fastly/cli) to create, build, and deploy JavaScript Fastly Compute services, as [described on the Fastly Developer Hub](https://developer.fastly.com/learning/compute/).\n\n[Detailed documentation for JavaScript Fastly Compute services](https://developer.fastly.com/learning/compute/javascript/) is also available on Fastly Developer Hub.\n\n## Usage\n\n### JavaScript Examples\n\nThe Fastly Developer Hub has a collection of [example JavaScript applications](https://developer.fastly.com/solutions/examples/javascript/).\n\nHere is a small example application:\n```js\n/// \u003creference types=\"@fastly/js-compute\" /\u003e\n\nasync function app(event) {\n    const request = event.request;\n    return new Response(`You made a request to ${request.url}`)\n}\n\naddEventListener(\"fetch\", event =\u003e {\n  event.respondWith(app(event));\n});\n```\n\n### API documentation\n\nThe API documentation for the JavaScript SDK is located at [https://js-compute-reference-docs.edgecompute.app](https://js-compute-reference-docs.edgecompute.app).\n\n## Security\n\nIf you find any security issues, see the [Fastly Security Reporting Page](https://www.fastly.com/security/report-security-issue) or send an email to: `security@fastly.com`\n\nWe plan to disclose any found security vulnerabilities per the [GitHub security vulnerability guidance](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing/about-coordinated-disclosure-of-security-vulnerabilities#best-practices-for-maintainers). Note that communications related to security issues in Fastly-maintained OSS as described here are distinct from [Fastly security advisories](https://www.fastly.com/security-advisories).\n\n## Changelog\n\nThe changelog can be found [here](https://github.com/fastly/js-compute-runtime/blob/main/CHANGELOG.md).\n## License\n\n[Apache-2.0 WITH LLVM-exception](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastly%2Fjs-compute-runtime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffastly%2Fjs-compute-runtime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastly%2Fjs-compute-runtime/lists"}