Hello, Deno!
This little example is being served by Deno. You can run it locally or in porduction on Deno Deploy or other hosting platforms.
- Run it locally with
deno task dev
- Deploy it to Deno Deploy via the CLI by running
deno deploy
- Run it locally and share it publically by running
deno deploy --connected
- Ajay added this line....
- Alok added this line....
- Sujit added this line....
What's Deno?
Deno is a simple, modern, and secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust. Deno is created by Ryan Dahl, the original creator of Node.js, who designed Deno to address some of the shortcomings he perceived in Node.js.
What's next?
You can clone this example and deploy it to Deno Deploy in just a few clicks