- Notifications
You must be signed in to change notification settings - Fork41
JavaScript SDK and runtime for building Fastly Compute applications
License
fastly/js-compute-runtime
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
JavaScript SDK and CLI for building JavaScript applications onFastly Compute.
We recommend using theFastly CLI to create, build, and deploy JavaScript Fastly Compute services, asdescribed on the Fastly Developer Hub.
Detailed documentation for JavaScript Fastly Compute services is also available on Fastly Developer Hub.
The Fastly Developer Hub has a collection ofexample JavaScript applications.
Here is a small example application:
/// <reference types="@fastly/js-compute" />asyncfunctionapp(event){constrequest=event.request;returnnewResponse(`You made a request to${request.url}`)}addEventListener("fetch",event=>{event.respondWith(app(event));});
The API documentation for the JavaScript SDK is located athttps://js-compute-reference-docs.edgecompute.app.
If you find any security issues, see theFastly Security Reporting Page or send an email to:security@fastly.com
We plan to disclose any found security vulnerabilities per theGitHub security vulnerability guidance. Note that communications related to security issues in Fastly-maintained OSS as described here are distinct fromFastly security advisories.
The changelog can be foundhere.
About
JavaScript SDK and runtime for building Fastly Compute applications
Topics
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.