Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

JavaScript SDK and runtime for building Fastly Compute applications

License

NotificationsYou must be signed in to change notification settings

fastly/js-compute-runtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

JavaScript SDK and CLI for building JavaScript applications onFastly Compute.

npm versionnpm downloads per month

Getting Started

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.

Usage

JavaScript Examples

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));});

API documentation

The API documentation for the JavaScript SDK is located athttps://js-compute-reference-docs.edgecompute.app.

Security

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.

Changelog

The changelog can be foundhere.

License

Apache-2.0 WITH LLVM-exception


[8]ページ先頭

©2009-2025 Movatter.jp