Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Session Cookies
Skip to main content
Deno 2 is finally here 🎉️
Learn more
->
Dismiss
Products
Open Source
Deno
Modern runtime for JavaScript and TypeScript
Fresh
Web framework designed for the edge
JSR
TypeScript-first ESM package registry
Commercial
Deno for Enterprise
Enterprise support for runtime projects
Deploy
Easy serverless hosting for your JavaScript projects
Subhosting
Securely run untrusted code in a scalable sandbox
Docs
Modules
Standard Library
JSR
Node.js & npm
deno.land/x
Community
Discord
GitHub
X
YouTube
Mastodon
Blog
Search…
⌘K
Blog
JSR
Announcements
How To
Astro
Product Update
Partnerships
Deno Deploy
Engineering
Performance
Subhosting
Deno in Production
Deno KV
Fresh
November 4, 2024
JSR
Announcements
Announcing Growthbook on JSR
Growthbook's JavaScript SDK, which enables easy AB testing and personalization, is now available on JSR.
October 29, 2024
How To
Astro
Build an Astro site with Deno
Learn how to build a server-rendered website with Astro and Deno.
October 16, 2024
How To
How to convert CommonJS to ESM
Here’s a thorough guide that covers everything you need to know to migrate your CommonJS project to ESM.
October 9, 2024
Product Update
Announcing Deno 2
Our next major version of Deno combines the simplicity, security, and performance of Deno 1 with full Node and npm backwards compatibility, and much more.
October 4, 2024
Product Update
The Final Touches: What’s New In v2.0.0-rc.10
We've merged in many fixes and improvements to the Deno 2 release candidate. Here's what's new.
September 24, 2024
Product Update
Announcing Stable V8 Bindings for Rust
Rusty V8, a library that provides high-quality, zero-overhead Rust bindings to V8, is finally stable. Here's how to use it.
September 19, 2024
Product Update
Deno 2.0 Release Candidate
This release candidate, a near-final look at Deno 2, includes the addition of Node's process global, better dependency management, and various API stabilizations, and more.
September 10, 2024
Partnerships
How To
Secure, efficient private npm registries with Cloudsmith and Deno
Deno can use private npm registries with Cloudsmith, which offers additional security features, analytics into module usage, and more. Here’s how to do it.
September 4, 2024
JSR
Painting the Plane as We Fly It: Designing JSR
JSR, created for the JavaScript community, needed a logo and a website to look distinct, friendly, and inclusive. Here's how we approached this design problem.
August 27, 2024
Deno Deploy
Product Update
Introducing Web Cache API support on Deno Deploy
The Web Cache API offers sub-millisecond read latency, multi-Gbps write throughput, and unbounded storage. Here’s how you can use it.
August 22, 2024
Product Update
Deno 1.46: The Last 1.x Release
Our last 1.x release before Deno 2 comes with a ton of features, ranging from a simpler, improved CLI, to multi-threaded web servers, improvements to Node.js/npm compatibility, and more.
August 8, 2024
Deno Deploy
Product Update
Protect your cloud spend with new Deno Deploy spend limits
You can now exercise greater control over your Deno Deploy spend with our new spend limits. Here’s how they work.
July 29, 2024
Engineering
What we got wrong about HTTP imports
Designing a module system around HTTP imports was ambitious. Here are some issues we encountered and how we solved for them.
July 25, 2024
Engineering
Performance
Benchmarking AWS Lambda Cold Starts Across JavaScript Runtimes
When running production JavaScript in the cloud, performance is a critical consideration. Here’s how Deno’s cold start times compare against other JavaScript runtimes on AWS Lambda.
July 16, 2024
JSR
Announcements
Announcing Supabase on JSR
Supabase's isomorphic JavaScript client library is now available on JSR.
July 11, 2024
Product Update
Deno 1.45: Workspace and Monorepo Support
Deno 1.45 introduces workspaces and monorepo support, improved Node.js compatibility, updates to `deno install`, the new `deno init --lib` command, deprecation of `deno vendor`, Standard Library stabilization, upgrades to V8 12.7 and TypeScript 5.5.2, and more.
July 9, 2024
Product Update
Subhosting
Introducing KV Backup for Deno Subhosting
This new feature allows Subhosting users to configure their KV databases to back up data to their own S3-compatible object storage via APIs.
June 27, 2024
How To
Engineering
A Gentle Intro to TypeScript
Quick, digestible bites of TypeScript goodness for Deno developers. In this first bite, we introduce TypeScript, how to add type annotations to your code and why you should.
June 25, 2024
JSR
Announcements
Announcing Hono on JSR
Hono, a lightweight, fast, cross-platform web framework, is now on JSR.
June 20, 2024
Engineering
Performance
How We Made the Deno Language Server Ten Times Faster
When a customer reported performance issues with the Deno language server, we began a performance investigation that resulted in reducing auto-completion times from 6-8 seconds to under one second in large codebases. This is how we did it.
June 18, 2024
Deno in Production
How the Guardian uses Deno to audit accessibility and performance across their 2.7 million articles
The Guardian receives over 350 million unique page views. Learn how Deno helps the Guardian maximize web performance and adhere to accessibility standards to retain and grow their readership.
June 14, 2024
Product Update
Subhosting
Introducing More Flexible Domain Association for Deno Subhosting
This new update simplifies programmatically managing custom domains, wildcard domains, subdomains for different deployments, and more.
June 10, 2024
Product Update
The stabilization process of the Standard Library has begun
The Deno Standard Library is going to reach 1.0.0 shortly. We hope you try RC versions of the packages and give us feedback!
May 30, 2024
Product Update
Deno 1.44: Private npm registries, improved Node.js compat, and performance boosts
Deno 1.44 adds support for private npm registries, gRPC connections, improved Node.js compat with initial Next.js support, and significant performance improvements.
May 17, 2024
Engineering
Deno Deploy
Subhosting
How we built a secure, performant, multi-tenant cloud platform to run untrusted code
When building a modern cloud platform to securely run untrusted code, it can be difficult to balance cost and performance. Here’s how we built Deno Deploy and Deno Subhosting.
May 14, 2024
JSR
Product Update
The Deno Standard Library is now available on JSR
The Deno Standard Library has moved to JSR, supporting SemVer ranges in imports and compatibility with Node.js, Cloudflare Workers, and more.
May 10, 2024
JSR
How To
How to document your JavaScript package
Writing good JSDocs for your JavaScript package is critical to its success. Here are some best practices for creating docs that helps your users be successful.
May 3, 2024
Subhosting
Your Low Code Solution Needs an Escape Hatch
A low-code solution is a simple way to offer some flexibility for your users. However, to accommodate further customization (especially for enterprise users), you should have an “escape hatch” — simple, code-level customization. Here are three product scenarios and where an escape hatch makes most sense.
May 1, 2024
Product Update
Deno 1.43: Improved Language Server performance
Deno 1.43 enhances productivity with a faster language server, improved npm compatibility, a new `deno serve` subcommand, URL.parse() API, and announcements regarding Deno 2.
April 29, 2024
Subhosting
Deno in Production
How Slack used Deno to save months of engineering effort in launching their new platform
Learn how building with Deno helped Slack launch their new development platform in weeks and not months.
April 24, 2024
JSR
JSR Is Not Another Package Manager
JSR introduces a new way to share JavaScript and TypeScript code across platforms, focusing on simplifying distribution without replacing existing package managers.
April 23, 2024
JSR
Announcements
Announcing the Hookdeck SDK on JSR
Hookdeck, an event gateway for distributed and async architecture, now has an SDK on JSR.
April 18, 2024
JSR
Announcements
Announcing the Neon Serverless Driver on JSR
Neon, a performant, edge-compatible, serverless Postgres driver, arrives on JSR.
April 17, 2024
Engineering
An intro to TSConfig for JavaScript Developers
TypeScript, one of the fastest growing languages, helps JavaScript developers improve code quality and productivity. But getting started can be challenging. Here's an introduction to TSConfig.
April 12, 2024
Engineering
JSR
How we built JSR
A modern JavaScript registry needs to be fast, reliable, and be as simple as possible for end users. Here's how we built JSR.
April 11, 2024
Subhosting
Deno in Production
How Netlify used Deno Subhosting to build a successful edge functions product
Learn why Netlify chose Deno Subhosting over building their own solution with AWS Lambda to offer a successful edge functions product within weeks.
April 3, 2024
Deno Deploy
Product Update
Introducing Simpler Project Creation in Deno Deploy
Introducing a more simplified project creation flow in Deno Deploy, including seamless CI/CD setup, a more transparent build and deployment step, and more.
March 28, 2024
Product Update
Deno 1.42: Better dependency management with JSR
Deno 1.42 revolutionizes dependency management with the seamless integration of JSR, enhancing Node/npm compatibility and introducing significant performance improvements.
March 15, 2024
Deno Deploy
Product Update
How To
Introducing deployctl, the command line interface for Deno Deploy
Deno Deploy’s command line interface, deployctl, is the simplest way to deploy your projects to the cloud. Here’s how to do it.
March 1, 2024
Product Update
JSR
Introducing JSR - the JavaScript Registry
The JavaScript Registry (JSR) is a TypeScript-first, ESM-only module registry designed for the entire JavaScript ecosystem. Use JSR modules from Deno and npm-based projects. JSR is free and open source. Available today in public beta.
February 29, 2024
Subhosting
How To
How to add Monaco to a Next.js app and securely run untrusted user code
Enabling your users to deploy and run code can make your platform more useful. Here's a guide to building a platform that deploys and runs untrusted user code via a browser IDE with Monaco, Next.js, and Subhosting.
February 27, 2024
Announcements
Survey Results and Roadmap
You answered our survey and we listened. Here’s what we’re working on currently and what you can expect from Deno next.
February 22, 2024
Product Update
Deno 1.41: smaller deno compile binaries
We've roughly halved the size of `deno compile` binaries, added official Linux ARM64 builds, continued to land Node.js compatibility improvements, and more.
February 21, 2024
Subhosting
Webhooks suck, but here are alternatives
Webhooks, originally proposed as a way to consume asynchronous feeds, became the one-size-fits-all solution for integrating cloud software. Here’s why we think there’s a better solution.
February 8, 2024
Product Update
Deno Deploy
Introducing Deno Deploy onboarding tutorials
We revamped Deno Deploy’s onboarding to show you how easy it is to use Deno’s cloud primitives in your projects.
February 2, 2024
Product Update
Deno in 2023
2023 marked a significant step towards our vision of radically simplifying web development. Here are the biggest updates and what’s coming up next.
January 31, 2024
Subhosting
Using Deno Subhosting vs. AWS Lambda to Run Untrusted User Code
Which technology is best for building a deployment platform for running third party code? Let's dive into the key differences in feature set, billing model, and performance.
January 25, 2024
Product Update
Deno 1.40: Temporal API
Deno 1.40 introduces the Temporal API, TC39 decorators, and a range of deprecations and stabilizations, along with improvements in Node.js compatibility, LSP, diagnostics, and handling of unstable features, paving the way for a seamless upgrade to Deno 2.
January 16, 2024
How To
Subhosting
Build Your Own Cloud IDE with the Subhosting API
This tutorial will show you how to build a simple cloud IDE using the Deno Subhosting API.
January 9, 2024
Announcements
Subhosting
Build a Cloud IDE for the Deno Subhosting Hackathon
Details, prizes, submission guidelines, resources, and more about the Deno Subhosting Hackathon.
December 21, 2023
Announcements
Run a Node project with Deno and win prizes in the #NodeToDenoChallenge
We've made a ton of improvements to our Node and npm compatibility this past year. Here's a chance for you to experience those improvements and win some prizes.
December 15, 2023
How To
Getting Started with the OpenAI SDK for Deno
Learn to use text completions, image generation, image analysis, and more features of OpenAI using their official Deno SDK.
December 14, 2023
Product Update
Deno 1.39: The Return of WebGPU
We've re-added WebGPU, added new deno coverage reporters, made substantial Node.js compatibility improvements, and more.
December 13, 2023
Engineering
Deno Deploy
Deno KV
Deno KV vs. Cloudflare Workers KV, Upstash Redis, AWS DynamoDB, and Google Firestore
We compare Deno KV to other serverless data stores on performance, price, developer experience, and more.
December 12, 2023
Product Update
Deno Deploy
Deno KV
Use Deno KV in Node with the new official npm package
Access our zero config distributed database, Deno KV, in your Node projects with our new npm package.
December 11, 2023
Product Update
Deno KV
Deno Deploy
Build Real-time Applications with the new "watch" API in Deno KV
Detecting changes in Deno KV with `kv.watch` makes it easier to build real-time applications like newsfeeds, analytics, multi-user collaboration tools, and more.
December 5, 2023
Subhosting
Deno Deploy
Engineering
How To
Manage your Deno Deploy and Deno Subhosting projects with Terraform
Terraform is a popular tool used to safely and predictably provision and manage infrastructure in any cloud. Here’s how you could use Terraform to manage your Deno Deploy or Deno Subhosting projects.
December 1, 2023
Product Update
Fresh
Fresh 1.6: Tailwind CSS plugin, simplified typings and more
Discover new improvements in Fresh 1.6 that simplify your project and make it speedier.
November 29, 2023
Product Update
Deno KV
Deno Deploy
Announcing Deno Cron
`Deno.cron` allows you to easily create scheduled jobs and is available on Deno Deploy. Here's how it works.
November 27, 2023
Engineering
Deno Deploy
Subhosting
How security and tenant isolation allows Deno Subhosting to run untrusted code securely
Deno Deploy and Deno Subhosting was designed with security and tenant isolation in mind. Here's how it works.
November 16, 2023
Subhosting
Deno in Production
How Brazil's top ecommerce platform used Deno Subhosting to drive 5x faster page load speeds
Learn how using Deno improves the performance of Deco.cx's clients storefronts and increase page load speeds by 5x.
November 14, 2023
Product Update
Deno Deploy
Subhosting
Deno Subhosting: the easiest and most secure way to run untrusted multi-tenant code
Subhosting is a new way to leverage Deno Deploy's fast, scalable multi-tenant v8 isolate cloud to run your users code securely.
November 10, 2023
Product Update
Deno Deploy
Deno KV
Announcing self-hosted Deno KV, continuous backups, and replicas
Deno KV is now even more flexible and powerful with self-hosted options, replicas, and S3 and GCS continuous backup support.
November 2, 2023
Product Update
Deno 1.38: HTML doc generator and HMR
Deno 1.38 ships with HTML doc output, hot module replacement, improved Node.js compatibility by allowing you to use your own `node_modules` folder, and more.
October 10, 2023
Product Update
Fresh
Fresh 1.5: Partials, client side navigation and more
Discover new improvements in Fresh 1.5 that makes your site quicker to load and comes with several improvements to make authoring complex projects easier.
September 27, 2023
Product Update
Deno Deploy
Deno KV
Announcing Deno Queues
Introducing Deno Queues - zero config, scalable messaging with a guaranteed at-least-once delivery. This new primitive builds on the foundation set by Deno KV, and is available today in the Deno JavaScript runtime and Deno Deploy.
September 22, 2023
Announcements
Register for Deno Fest Tokyo, October 20th 2023
Join us to learn about the past, present, and future of Deno as we co-host Deno Fest in Tokyo on October 20th!
September 20, 2023
Product Update
Deno 1.37: Modern JavaScript in Jupyter Notebooks
Deno 1.37 ships with a Jupyter notebook integration and improved VSCode and LSP features.
September 18, 2023
Fresh
Deno Deploy
How To
The State of Web Frameworks on Deno
With npm compatibility in Deno improving, and npm specifiers now available on Deno Deploy, there are more options than ever to build web apps on Deno. Let's explore some options, including Fresh, SvelteKit, Nuxt/Vue, Astro, and beyond.
September 14, 2023
Engineering
Deno Deploy
Deno KV
Deno KV internals: building a database for the modern web
How we built a performant, scalable, ACID-compliant, JavaScript-native database on FoundationDB.
September 6, 2023
Product Update
Deno Deploy
Announcing native npm support on Deno Deploy
Deno Deploy becomes the first isolate serverless platform to natively support more than two million modules on npm.
September 5, 2023
Product Update
Deno Deploy
Deno KV
Deno KV is in Open Beta
Deno KV, the easiest way to add a strongly consistent database to your app, is now in open beta.
September 1, 2023
How To
Build a Cross-Platform CLI with Deno in 5 minutes
Here's how Deno's built-in tools and APIs make it easy to build a CLI and distribute it to all major platforms.
August 23, 2023
Deno Deploy
August 22nd, 2023 Deno Deploy Post-mortem
Post-mortem report for the Deploy outage on August 22nd, 2023.
August 16, 2023
Product Update
Fresh
Fresh 1.4 – Faster Page Loads, Layouts and More
Discover new improvements in Fresh 1.4 that makes your site quicker to load and comes with several improvements to make authoring complex projects easier.
August 9, 2023
Engineering
Node.js's Config Hell Problem
Why a Next.js project has over 30 configuration files and what we can do to avoid it.
August 3, 2023
Product Update
Deno 1.36: More flexible security and expanded testing APIs
Deno 1.36 introduces new runtime security options plus expanded testing and benchmarking APIs.
July 31, 2023
How To
dnt — the easiest way to publish a hybrid npm module for ESM and CommonJS
How to write your module with modern tooling and transform it with `dnt` to support CommonJS, ESM, browsers, Deno, Node.js, TypeScript, and more.
July 25, 2023
Deno in Production
How the creator of Homebrew simplifies distributing software with tea and Deno
Deno is a critical part of distributing our own software and also helping our users manage their dependencies.
July 21, 2023
Astro
How To
Build and Ship Astro Sites with Deno and Deno Deploy
Learn how to build and deploy static and server-rendered apps with Astro on Deno and Deno Deploy.
July 18, 2023
Product Update
Fresh
Fresh 1.3 – Simplified Route Components and More
Explore the key improvements in Fresh 1.3: streamlined route components, enhanced error handling, updated linting rules, and multi-island exports. This release also supports the stable Deno.serve API, making Deno projects more efficient and manageable.
July 5, 2023
Product Update
Deno 1.35: A fast and convenient way to build web servers
Deno.serve() is stable, support for key npm packages, and more.
June 30, 2023
Deno Deploy
June 25th, 2023 Deno Deploy Postmortem
Post-mortem report for the Deploy outage on June 25th, 2023.
June 30, 2023
Engineering
CommonJS is hurting JavaScript
How CommonJS became Node's module system, ESM solved modules for the browser, and why supporting both slows down the JavaScript ecosystem.
June 22, 2023
Announcements
Announcing SOC 2 Compliance
What SOC 2 compliance for security, availability, and confidentiality means for Deno.
June 15, 2023
Product Update
Fresh
Fresh 1.2 – welcoming a full-time maintainer, sharing state between islands, limited npm support, and more
Learn what new features the 1.2 release brings and about the future of Fresh.
June 12, 2023
Announcements
Deno Deploy
Deno KV
Announcing the Deno KV Hackathon
Rules, categories, prizes, and more about the Deno KV Hackathon.
June 6, 2023
Announcements
The State of Edge Functions 2023: The Year of Globally Distributed Apps
More developers are hosting entire apps at the edge and other major takeaways from the 2023 State of Edge Functions report.
June 1, 2023
How To
Deno KV
How to Build a CRUD API with Oak and Deno KV
Learn how to use secondary indexes, atomic transctions, and more with Deno KV in this introductory tutorial.
May 26, 2023
Product Update
Deno Deploy
Node.js built-ins on Deno Deploy
You can now use Node.js built-in modules like `node:http` on Deno Deploy, allowing you to run existing Node.js apps at the edge.
May 25, 2023
Product Update
Deno 1.34: deno compile supports npm packages
This update augments compatibility with npm and Node.js, incorporates glob support, and enhances TLS certificates with IP addresses. It also brings forth improvements to the configuration, language server, APIs, and updates to V8 and TypeScript.
May 24, 2023
Product Update
Deno Deploy
May 23rd, 2023 Deno Deploy Postmortem
Post-mortem report for the Deploy and Subhosting outage on May 23rd, 2023.
May 18, 2023
Deno in Production
How immutable scripts in Deno allow Windmill.dev (YC S22) to build production-grade ops
We chose Deno for its low cold start times, ability to execute untrusted code securely, and ease in creating shareable, immutable scripts.
May 11, 2023
Partnerships
How To
Build your own ChatGPT-style doc search with Fresh, OpenAI, and Supabase
Learn how to setup a customized ChatGPT-style doc search and work with the OpenAI Chat-GPT3 API.
May 4, 2023
Engineering
How To
Roll your own JavaScript runtime, pt. 3
We'll create and load a snapshot of our custom JavaScript runtime to optimize startup time.
May 1, 2023
Product Update
Deno KV
Announcing Deno KV
Introducing Deno KV, a global key-value database for effortless stateful app development on Deno Deploy, offering seamless integration, strong consistency, and versatility.
April 28, 2023
Product Update
Deno 1.33: Deno 2 is coming
Deno 1.33 is a step towards our next major release, with improved LSP support, enhanced Node.js compatibility, and more.
April 26, 2023
How To
Fresh
Engineering
A Gentle Introduction to Islands
What islands are, what they're not, and how they work.
April 6, 2023
How To
Build a REST API with Express, TypeScript, and Deno, pt. 2
The second half in our series of how to get up and running with Deno and Express quickly.
April 4, 2023
Announcements
Fresh
Announcing Deno SaaSKit: an open-source SaaS template built with Fresh
Built on Fresh, SaaSKit combines the best developer experience with a performant user experience to help you start your SaaS fast.
March 23, 2023
Product Update
Deno 1.32: Enhanced Node.js Compatibility
Deno 1.32 brings major improvements to deno compile, Node.js compatibility, Web APIs, and more.
March 20, 2023
Engineering
Why We Added package.json Support to Deno
The most recent release brought some significant changes in the form of better Node and NPM compatibility with package.json support. This prompted questions from our users about whether our core priorities have shifted.
March 8, 2023
How To
Build a REST API with Express, TypeScript, and Deno
How to setup a REST API using Express and TypeScript in minutes.
March 6, 2023
Announcements
Introducing the Annual State of Edge Functions Survey
Together we can identify current and upcoming trends as well as common frustrations to better understand how to best use this nascent technology.
March 1, 2023
Fresh
Deno Deploy
You Don't Need a Build Step
The build step helps Node.js/npm run in the browser, optimize end-user performance, etc. But long build times limit productivity. With modern tooling, do we still need a build step?
February 24, 2023
Product Update
Deno 1.31: package.json support
Deno 1.31 adds support for package.json, stabilizes Node-API, Deno.Command API, adds `node:v8` module, and more.
February 21, 2023
Announcements
Office Hours Roundup and Update
We’ve got Q&A highlights from our last two live events and updates about Office Hours going forward.
February 15, 2023
Engineering
How To
Roll your own JavaScript runtime, pt. 2
We'll implement `fetch`, read command line arguments, and add native support for TypeScript and TSX.
February 8, 2023
How To
Deno Deploy
Build a Simple Image Resizing API in less than 100 LOC
A tutorial on building and deploying a simple image resizing API.
February 1, 2023
How To
Deno Deploy
The Future (and the Past) of the Web is Server Side Rendering
A brief history about server-side rendering and why it's the right approach for modern web development.
January 26, 2023
Product Update
Deno 1.30: Built-in Node modules
Deno 1.30 supports built-in Node modules, deno.json is an import map, deno fmt can format without semicolons, and more...
January 25, 2023
Announcements
Office Hours Transcript for 2023-01-13
Here's a list of questions, answers, and takeaways from our January 13th office hours.
January 23, 2023
Product Update
Deno in 2022: npm, Edge Functions, Series A, Fresh, and more
2022 was a big year for Deno. Here are the biggest updates from the past year and what's coming up next.
January 11, 2023
How To
How to Build a GraphQL Server with Deno
A short tutorial on building a GraphQL server in Deno.
January 5, 2023
Announcements
Announcing Office Hours!
We're hosting bi-weekly office hours in our Discord server! Ask questions (or submit them in advance), get technical help, or just come and hang out.
December 14, 2022
Product Update
Deno 1.29: Custom npm registry support
Deno 1.29 ships with many npm compatibility improvements, lots of quality of life improvements and TypeScript 4.9
December 9, 2022
Partnerships
Build an Edge Function for the Supabase Hackathon
We're sponsoring and judging the Best Edge Functions category. Create an edge function and be eligible to win Deno merch and other prizes.
December 7, 2022
How To
Deno Deploy
How to build a static site with Lume
Build a simple static site with Lume.
November 18, 2022
How To
Run npm and Deno anywhere
Did you know you can host and run your Deno code in any virtual private server? Here's how to get started.
November 17, 2022
Product Update
Build a More Secure Web using npm with Deno
How Deno's secure-by-default and opt-in permissions system gives you more confidence in running untrusted npm modules.
November 16, 2022
How To
Build Apps in Deno with Frameworks such as React, Vue, Express, and more.
Getting started with web frameworks in npm and Deno.
November 15, 2022
How To
Persist Data in Deno with npm using Prisma, Mongoose, Apollo, and more.
Here's how to get started with a few data persistence npm modules and Deno.
November 14, 2022
Product Update
Deno 1.28: Featuring 1.3 Million New Modules
Deno 1.28 ships with stabilized npm modules, auto-discovered lock file, a new subprocess API, and more
November 10, 2022
Fresh
How To
Introducing Fresh WordPress Themes
Combine the DX and performance of Fresh with the reliability and dependability of WordPress.
November 4, 2022
Fresh
How To
How to Setup Auth with Fresh
A tutorial to setting up authentication with Fresh.
October 27, 2022
Product Update
Deno 1.27: Major IDE Improvements
Deno 1.27 ships with major improvements for IDEs, better support for npm packages, navigator.language Web API and more.
October 25, 2022
How To
Fresh
Deno Deploy
How to Build a Blog with Fresh
Create a simple blog with Fresh in minutes.
October 20, 2022
Deno Deploy
Which serverless edge platform has the fastest git deployments?
We test a handful of popular serverless edge computing providers to see which has the fastest git deployment time.
October 6, 2022
Fresh
Deno Deploy
The Future of the Web is on the Edge
A brief history of the internet explaining why building for the edge is faster, more secure, and easier than ever.
September 29, 2022
Product Update
Deno 1.26 Release Notes
Deno 1.26 adds Cache Web API; improves permission system, experimental npm support, Node.js compatibility; ships with TypeScript 4.8, and more.
September 27, 2022
Engineering
Deno Deploy
The Anatomy of an Isolate Cloud
Deno Deploy is one of the fastest ways to deploy an app. How does it work?
September 21, 2022
Partnerships
Slack releases platform open beta powered by Deno
Introducing the new Slack Platform that is a faster, flexible, and more secure way to build on top of Slack.
September 13, 2022
Engineering
A Whole Website in a Single JavaScript File, cont'd
A modern website with dynamic API endpoints and form functionality in a single JavaScript file.
September 8, 2022
Product Update
Fresh
Fresh 1.1 - automatic JSX, plugins, DevTools, and more
This release makes Fresh even more powerful with automatic JSX, plugins, DevTools integration and more.
August 30, 2022
How To
Engineering
How to Build an E-commerce Site with a Perfect Lighthouse Score
This tutorial will show you how to optimize for performance with SSR and islands, as well as deploying to the edge.
August 25, 2022
Product Update
Deno 1.25 Release Notes
Deno 1.25 adds the `deno init` subcommand, experimental support for importing npm packages, a new faster web server, and performance improvements to the FFI.
August 15, 2022
Product Update
Big Changes Ahead for Deno
Learnings from our recent survey and feedback from across our community. We'll discuss how we're addressing this feedback and the features to expect from Deno in the coming months.
July 29, 2022
Engineering
How To
Roll your own JavaScript runtime
A walk-through of creating a CLI that executes JavaScript files.
July 21, 2022
Product Update
Deno 1.24 Release Notes
Deno 1.24 improves performance of transpiling and type-checking, adds unhandledrejection and beforeunload events, adds import.meta.resolve() API, and more
July 18, 2022
Product Update
Deno Deploy
2022-07-18 incident update
Post-mortem report for the Deploy and Subhosting outage on July 18th
July 15, 2022
Product Update
Deno Deploy
July 13th Utah Outage Update
Post-mortem report for the outage on July 13th and 14th 2022
June 30, 2022
Engineering
How To
wasmbuild - Using Rust in Deno and Web Apps
An easier way to build Rust for Deno and the Web.
June 28, 2022
Product Update
Fresh
Fresh 1.0
Fresh is a new full stack web framework for Deno. By default, Fresh web pages send zero JavaScript to the client.
June 21, 2022
Product Update
Deno raises $21M
Series A led by Sequoia Capital
June 16, 2022
Product Update
Deno 1.23 Release Notes
Deno 1.23 changes default type-checking behavior, ships with TypeScript 4.7, updates "deno task", and more
June 2, 2022
Product Update
Deno Deploy
May 30 incident update
Post-mortem report for the 1 hour service outage on March 30th 2022
May 24, 2022
Product Update
Deno Deploy
Deno Deploy Beta 4
Introducing a dashboard re-design, more regions, and billing.
May 18, 2022
Product Update
Deno 1.22 Release Notes
Deno 1.22 changes default type-checking behavior, removes Deno.emit() API, adds Response.json() API, adds Deno namespace to workers by default, and more
May 9, 2022
Product Update
Announcing the Web-interoperable Runtimes Community Group
Deno partners with Cloudflare and others on runtime interoperability through web standards.
April 27, 2022
How To
Deno Deploy
How to setup a blog with Hugo and Deno Deploy
Set up and deploy a blog to the edge in minutes.
April 21, 2022
Product Update
Deno 1.21 Release Notes
Deno 1.21 has improvements to testing facilities, the REPL, adds deno check, improves the language server, adds a new subprocess API, and more
April 19, 2022
Partnerships
How To
Deno Deploy
Netlify Edge Functions on Deno Deploy
Introducing Netlify Edge Functions built on Deno Deploy.
April 5, 2022
Engineering
A Whole Website in a Single JavaScript File
Explanation and making of a website in a single JavaScript file
March 31, 2022
Partnerships
How To
Deno Deploy
Supabase Functions on Deno Deploy
Supabase developers can now deploy global edge functions on Deno Deploy.
March 17, 2022
Product Update
Deno 1.20 Release Notes
Deno 1.20 increases performance, auto-compresses http responses, adds 'deno task', adds 'deno bench', allows import maps in deno.json, and more
March 8, 2022
How To
How to use Google Analytics in Deno Deploy
An example of how to use server-side Google Analytics in Deno
February 28, 2022
Engineering
How To
How to publish Deno modules to NPM
dnt and oak - making code work across Deno and Node.js
February 17, 2022
Product Update
Deno 1.19 Release Notes
Deno 1.19 improves our web streams integration, introduces a `deno vendor` subcommand, and adds many other new features.
February 10, 2022
Product Update
How To
Deno Deploy
Static Files on Deno Deploy
Deno Deploy runs Deno programs at the edge, now with support for static files.
February 8, 2022
Engineering
A list of every web API in Deno
Have you ever wondered how web compatible Deno is? In this blog post I explain every single web API available in Deno.
January 25, 2022
Product Update
Deno in 2021
Retrospect of what happened in 2021 and what's coming in 2022
January 20, 2022
Product Update
Deno 1.18 Release Notes
Deno 1.18 marks the finalization of the Web Cryptography API, and adds, stabilizes, and improves many features.
January 5, 2022
Product Update
January 4th incident update
Post-mortem report for the 40 minute service outage on on 4th January 2022.
December 16, 2021
Product Update
Deno 1.17 Release Notes
Deno 1.17 adds JSON imports, import completions in the REPL, and much more.
December 13, 2021
Product Update
Deno joins TC39
Deno has joined the JavaScript standards committee to improve the language for everyone.
November 30, 2021
Product Update
Deno Deploy
Web Streams at the Edge
Deno Deploy provides web standard streaming infrastructure to easily whip up real-time applications.
November 16, 2021
Partnerships
Deno Deploy
Slack Introduces New Platform With Help From Deno
Today Slack has announced their next generation development platform. Slack chose Deno for its "secure by default" principles, its web standard APIs, and its first-class TypeScript support.
November 12, 2021
How To
Deno Deploy
Connecting to Postgres from the edge
Many serverless at edge products can not connect to Postgres because they don't support TCP. Deno Deploy can.
November 9, 2021
Product Update
Deno 1.16 Release Notes
Deno 1.16 adds support for new JSX transforms, reading files from disk using fetch, and much more.
October 28, 2021
Product Update
Deno Deploy
Deno Deploy Beta 3
Deno Deploy is a multi-tenant distributed JavaScript VM running in 28 data centers across the world.
October 12, 2021
Product Update
Deno 1.15 Release Notes
Deno 1.15 improves Web Crypto support, adds deno uninstall subcommand, stabilizes URLPattern and more.
September 23, 2021
Product Update
Deno Deploy
September 23 incident update
Post-mortem report for the 35 minute service outage on on September 23, 2021.
September 14, 2021
Product Update
Deno 1.14 Release Notes
Deno 1.14 improves Web Crypto support, adds customization options to deno fmt and deno lint, introduces URLPattern, and more.
September 1, 2021
Product Update
Deno Deploy
Deno Deploy Beta 2
Deno Deploy is a multi-tenant distributed JavaScript VM running in 25 data centers across the world.
August 23, 2021
Product Update
Deno on MDN
Web compatibility data for Deno is now available on MDN.
August 10, 2021
Product Update
Deno 1.13 Release Notes
Deno 1.13 stabilizes the native HTTP server, and introduces FFI, a streaming WebSocket API, the new self.structuredClone() function and more.
July 27, 2021
Product Update
Deno Deploy
July 27 incident update
Post-mortem report for the 6 minute service outage on July 27, 2021.
July 13, 2021
Product Update
Deno 1.12 Release Notes
The Deno 1.12 release adds server side WebSockets, support for WASM threads, new web crypto APIs and more.
June 23, 2021
Product Update
Deno Deploy
Deno Deploy Beta 1
Deno Deploy is a multi-tenant distributed JavaScript VM running in 25 data centers across the world.
June 8, 2021
Product Update
Deno 1.11 Release Notes
The Deno 1.11 release adds new web APIs, resolves long standing issues, and improves editor experience.
May 11, 2021
Product Update
Deno 1.10 Release Notes
Deno 1.10 improves the built-in test runner, adds support for Web Storage API, structured clone, and more.
April 13, 2021
Product Update
Deno 1.9 Release Notes
Deno 1.9 adds a new native HTTP/2 web server, a vastly improved op infrastructure, import completions in the LSP, an interactive permission prompt, blob url support.
March 29, 2021
Product Update
Announcing the Deno Company
We have raised money to enable the millions of web programmers out there to maximally leverage their craft.
March 4, 2021
Product Update
March 2 incident update
Post-mortem report for the 98 minute service outage on March 2, 2021.
March 2, 2021
Product Update
Deno 1.8 Release Notes
Deno 1.8 adds experimental support for the WebGPU API, adds support for importing private modules, stabilizes import maps, revamps coverage tooling, adds ICU to provide internationalization out of the box, and a whole lot more.
January 19, 2021
Product Update
Deno 1.7 Release Notes
Deno 1.7, one of our largest releases to date, adds cross compilation and 60% smaller binaries for deno compile, a DNS resolver API, support for data URLs in import statements and web workers, and much more.
January 15, 2021
Product Update
Deno in 2020
Retrospect of what happened in Deno in 2020
December 8, 2020
Product Update
Deno 1.6 Release Notes
Deno 1.6 adds the ability to build your Deno projects into fully standalone, self-contained executables with `deno compile`. The release also introduces a built-in LSP for editor integrations, and experimental Apple Silicon support.
October 27, 2020
Product Update
Deno 1.5 Release Notes
Deno 1.5 improves `deno bundle` with support for tree shaking and a 15x speed improvement. This release also adds the `alert`, `confirm`, and `prompt` APIs and enhances the REPL.
September 13, 2020
Product Update
Deno 1.4 Release Notes
Deno 1.4 adds support for the web standard WebSocket API, deno run --watch, and integrated test coverage. This is the largest feature release yet.
August 3, 2020
Product Update
Updates to deno.land/x
Design considerations and changes for the new code hosting service.
May 13, 2020
Product Update
Deno 1.0
Dynamic languages are useful tools. Scripting allows users to rapidly and succinctly tie together complex systems and express ideas without worrying about details like memory management or build systems.