Deno Deploy
DRANK

Deno Deploy is a distributed system that runs JavaScript, TypeScript, and WebAssembly at the edge, worldwide. The service deeply integrates the V8 JavaScript runtime with a high performance asynchronous web server to provide optimal performance without unnecessary intermediate abstractions.Develop locally, deploy globallyDeno Deploy is built on the same underlying infrastructure as the Deno CLI, allowing you to develop locally without internet access.Learn more →Built for performanceDeno is built on the fastest server technologies available: Rust, V8, Hyper, and Tokio.Learn more →addEventListener("fetch", (event) => { event.respondWith(     new Response("Hello world", {status: 200,headers: {"content-type": "text/plain", }, }), ); });At a glanceFull duplex streaming HTTP/2 server (HTTP3 coming soon)Service Worker APIOutbound HTTP requests using web-standard fetch()Outbound websocket connectionsEnvironment variables (using Deno.env)Out of the box TypeScript and JSXWebAss…

deno.com
Related Topics: Node.js
2 comments