JavaScript Examples
March 9, 2026 ยท View on GitHub
Back to main README.md
JavaScript Examples
These examples have moved to the FastEdge-sdk-js repository, where they live alongside the SDK they depend on.
- AB Testing
- Geo Redirect
- KV Store
- MCP Server
- Static Assets
- Template Invoice
- Template Invoice (AB Testing)
Build
Each example is standalone. Clone the SDK repo and build the example you want:
git clone git@github.com:G-Core/FastEdge-sdk-js.git
cd FastEdge-sdk-js/examples/<name>
npm install
npm run build
This produces dist/<name>.wasm.
Running an example
Upload dist/<name>.wasm to the FastEdge portal and attach it to your HTTP application.
See the individual example README for any required environment variables or configuration.