You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-18Lines changed: 5 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
3
3
A web server based on [Deno](https://deno.land) runtime, capable of running JavaScript, TypeScript, and WASM services.
4
4
5
-
### Why are we building this?
5
+
You can use it to:
6
6
7
-
The primary goal of this project is to have a runtime environment that can simulate the capabilities and limitations of [Deno Deploy](https://deno.com/deploy).
7
+
* Locally test and self-host Supabase's Edge Functions (or any Deno Edge Function)
8
+
* As a programmable HTTP Proxy: You can intercept / route HTTP requests
8
9
9
-
This enables Supabase users to test their Edge Functions locally while simulating the behavior at the edge (eg: runtime APIs like File I/O not available, memory and CPU time enforced).
10
-
Also, this enables portability of edge functions to those users who want to self-host them outside of Deno Deploy.
10
+
** WARNING: Beta Software. There will be breaking changes to APIs / Configuration Options **
0 commit comments