Wapo Gateway is an API gateway for the Wapo Runtime that operates in a serverless-like manner.
Wapo is a JavaScript runtime based on quickjs, designed to run inside SGX enclaves. More information about Wapo can be found here.
Wapo Gateway is an HTTP server that functions as a wapo host script. It maps incoming HTTP requests to guest scripts and executes them using the Wapo Runtime.
To learn more about the concept of gateway, you can visit this link which provides similar APIs. Additionally, we offer a Hono adapter to simplify the process. You can explore our minimal starter kit for further details.
Not yet.
No. The networking layer of Wapo only supports HTTP and HTTPs.