README.md 855 字节
Newer Older
R
Ryan Dahl 已提交
1
# Deno
R
Ryan Dahl 已提交
2

R
Ryan Dahl 已提交
3
A secure runtime for JavaScript and TypeScript built with V8, Rust, and Tokio.
R
Ryan Dahl 已提交
4

R
Ry Dahl 已提交
5
[![Build Status](https://github.com/denoland/deno/workflows/ci/badge.svg?branch=master&event=push)](https://github.com/denoland/deno/actions)
R
Ryan Dahl 已提交
6

R
Ryan Dahl 已提交
7 8 9 10 11
Deno aims to provide a productive and secure scripting environment for the
modern programmer. It is built on top of V8, Rust, and TypeScript.

Please read the [introduction](https://deno.land/manual.html#introduction) for
more specifics.
R
Ryan Dahl 已提交
12 13 14

[Website](https://deno.land/)

R
Ryan Dahl 已提交
15
[Manual](https://deno.land/manual.html)
R
Ryan Dahl 已提交
16 17 18

[Install](https://github.com/denoland/deno_install)

19
[API Reference](https://deno.land/typedoc/)
R
Ryan Dahl 已提交
20 21 22 23 24 25 26

[Style Guide](https://deno.land/style_guide.html)

[Module Repository](https://deno.land/x/)

[Releases](Releases.md)

R
Ryan Dahl 已提交
27
[Chat](https://gitter.im/denolife/Lobby)
R
Ryan Dahl 已提交
28 29

[More links](https://github.com/denolib/awesome-deno)