Meet Deno
Without the learning curve…
Dive right into the code and skip the setup.
A runtime that resembles the web, using browser APIs that work on the server.
First-class support for TypeScript – no need to spend hours configuring things that break as soon as you update a dependency.
Built in linter, code formatter, ability to build a self-contained executable, test runner, IDE integration, and more.
Launch to Deno Deploy with one line of code and zero server configuration, or host with other platforms of your choice.
Designed from the ground-up for high-performance.
The fastest JavaScript web server ever built.
(HTTP hello-world using wrk on mac)
Built on top of the fastest and most complete JavaScript engine.
Take total control over your workflow.
By default Deno provides no I/O access and is appropriate for running untrusted code and auditing new third-party code.
Provide an allow-list to access only certain file system directories, network hosts, and environment variables.
Install and run npm packages with less worry.
With modern tooling that delivers a performant user experience, which can be deployed anywhere.