1.1.0 • Published 8 months ago
@gcoredev/fastedge-sdk-js v1.1.0
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.1.0
8 months ago
1.0.2
9 months ago
1.0.1-alpha.1
11 months ago
1.0.0
11 months ago
1.0.0-alpha.3
12 months ago
1.0.0-alpha.2
12 months ago
1.0.0-alpha.1
12 months ago
1.0.0-beta.5
1 year ago
1.0.0-beta.4
1 year ago
1.0.0-beta.3
1 year ago
1.0.0-beta.2
1 year ago
0.0.1-beta
1 year ago