@forst/runtime to load your modules and run function calls.
Use the js import suffix, enable bridge in ftconfig.json, and install @forst/runtime in your project.
Start here
Configuration summary
Enable the bridge inftconfig.json.
bridge.host to node, bun, or deno. Use environment variables to override host settings at deploy time.
Related
JavaScript interop hub
Typed client generation and calling Forst from Node.
Bridge interop examples
Runnable code examples for sync, async, generators, and host mode.