diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-03-05 00:01:32 -0500 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2019-03-04 21:01:32 -0800 |
| commit | e23d0b3452f52c6162ded9d0266f2121061ecfce (patch) | |
| tree | c1896c6e8951d6d28218157324049f799694616a /website | |
| parent | 75fe80d5a4992ddad89160c2e0113a1af8d3d24a (diff) | |
Improve tagline in README (#1881)
Diffstat (limited to 'website')
| -rw-r--r-- | website/manual.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/website/manual.md b/website/manual.md index 43b79d003..f16fa4345 100644 --- a/website/manual.md +++ b/website/manual.md @@ -10,6 +10,8 @@ notice. [Bug reports](https://github.com/denoland/deno/issues) do help! ## Introduction +A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio + ### Philosophy Deno aims to be a productive and secure scripting environment for the modern @@ -62,6 +64,14 @@ Deno provides <a href="https://github.com/denoland/deno_std">a set of reviewed - [Aims to support top-level `await`.](https://github.com/denoland/deno/issues/471) +- Be able to serve HTTP efficently. + ([Currently it is relatively slow.](https://deno.land/benchmarks.html#req-per-sec)) + +- Provide useful tooling out of the box: Built-in command-line debugger + [not yet](https://github.com/denoland/deno/issues/1120), built-in lint + [not yet](https://github.com/denoland/deno/issues/1880), dependency inspector + (`deno --info`), built-in code formatter (`deno --fmt`), + ### Non-goals - No `package.json`. |
