简中文档
On this page

Fundamentals

Deno is designed with the developer in mind, aiming to provide a smooth and enjoyable development process. Its simplicity and efficiency make it quick and easy to pick up, even for those new to the backend development.

Built in tooling Jump to heading

Deno's inbuilt tooling significantly eases the onboarding process. With a single executable, you can get started without worrying about complex setups or dependencies. This allows you to focus on writing code rather than configuring your environment.

Node 和 npm 支持 Jump to heading

Deno 支持 Node.js 和 npm 包,使您能够利用现有库和工具的庞大生态系统。这种兼容性确保了您可以将 Deno 无缝集成到您的项目中。

Standard Library Jump to heading

Deno comes with a comprehensive standard library written in TypeScript. This library includes modules for common tasks such as HTTP servers, file system operations, and more, allowing you to avoid "reinventing the wheel" and focus on your application's features.

Secure by Default Jump to heading

Security is a top priority for Deno. By default, it requires explicit permission for file, network, and environment access, reducing the risk of security vulnerabilities. This secure-by-default approach helps protect your applications from potential threats.

现代语言特性 Jump to heading

Deno 支持现代 JavaScript 特性,包括 ES 模块。这意味着您可以使用语言的最新语法和功能,确保您的代码是最新的,并利用行业最佳实践。

你找到了你需要的东西吗?

编辑此页面
隐私政策