Skip to content

Phala-Network/wapo-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wapo Gateway

Wapo Gateway is an API gateway for the Wapo Runtime that operates in a serverless-like manner.

Q&A

What is Wapo?

Wapo is a JavaScript runtime based on quickjs, designed to run inside SGX enclaves. More information about Wapo can be found here.

What is Wapo Gateway?

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.

Can we use Wapo Gateway to run our Next.js app?

Not yet.

Can we accessing database via socket, like Redis or Postgres?

No. The networking layer of Wapo only supports HTTP and HTTPs.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published