Welcome to the new Golem Cloud Docs! 👋
JavaScript Language Guide
HTTP client

HTTP requests in JavaScript

Golem implements the WASI HTTP (opens in a new tab) interfaces so any library built on this specification can be used from Golem components to communicate with external services. HTTP request can also be made with the JavaScript standard builtin fetch function.