1.2.2 • Published 7 months ago
@gcoredev/fastedge-sdk-js v1.2.2
FastEdge JS SDK
This is the Javascript SDK for building Javascript applications ready for deploying on FastEdge.
Getting Started
Please read through the documentation provided by Gcore.
- FastEdge: Overview
- User Guide: SDK Homepage
- Deploying an App: Documentation
Installation
Required:
- Node v18 or higher
Setup:
npm install --save-dev @gcoredev/fastedge-sdk-js
Basic Javascript Example
async function app(event) {
const request = event.request;
return new Response(`You made a request to ${request.url}`);
}
addEventListener('fetch', (event) => {
event.respondWith(app(event));
});
Home Page
For more information on how this works please visit our user guide and homepage
1.2.2-alpha.1
7 months ago
1.2.0
7 months ago
1.1.1
11 months ago
1.2.2
7 months ago
1.1.3
7 months ago
1.2.1
7 months ago
1.1.2
9 months ago
1.2.0-alpha.1
7 months ago
1.1.0
12 months ago
1.0.2
1 year ago
1.0.1-alpha.1
1 year ago
1.0.0
1 year ago
1.0.0-alpha.3
1 year ago
1.0.0-alpha.2
1 year ago
1.0.0-alpha.1
1 year ago
1.0.0-beta.5
1 year ago
1.0.0-beta.4
1 year ago
1.0.0-beta.3
2 years ago
1.0.0-beta.2
2 years ago
0.0.1-beta
2 years ago