MyGit
🚩收到GitHub仓库的更新通知

denoland/deno

Fork: 5085 Star: 92663 (更新于 2024-03-25 14:19:04)

license: MIT

Language: Rust .

A modern runtime for JavaScript and TypeScript.

最后发布版本: v1.41.3 ( 2024-03-15 03:58:06)

官方网址 GitHub网址

✨免费申请网站SSL证书,支持多域名和泛域名,点击查看

Deno

Twitter badge Discord badge YouTube badge

the deno mascot dinosaur standing in the rain

Deno (/ˈdiːnoʊ/, pronounced dee-no) is a JavaScript, TypeScript, and WebAssembly runtime with secure defaults and a great developer experience. It's built on V8, Rust, and Tokio.

Learn more about the Deno runtime in the documentation.

Installation

Install the Deno runtime on your system using one of the commands below. Note that there are a number of ways to install Deno - a comprehensive list of installation options can be found here.

Shell (Mac, Linux):

curl -fsSL https://deno.land/install.sh | sh

PowerShell (Windows):

irm https://deno.land/install.ps1 | iex

Homebrew (Mac):

brew install deno

Chocolatey (Windows):

choco install deno

Build and install from source

Complete instructions for building Deno from source can be found in the manual here.

Your first Deno program

Deno can be used for many different applications, but is most commonly used to build web servers. Create a file called server.ts and include the following TypeScript code:

Deno.serve((_req: Request) => {
  return new Response("Hello, world!");
});

Run your server with the following command:

deno run --allow-net server.ts

This should start a local web server on http://localhost:8000.

Learn more about writing and running Deno programs in the docs.

Additional resources

Contributing

We appreciate your help! To contribute, please read our contributing instructions.

最近版本更新:(数据更新于 2024-03-25 14:18:48)

2024-03-15 03:58:06 v1.41.3

2024-03-08 17:03:46 v1.41.2

2024-03-01 09:54:28 v1.41.1

2024-02-22 11:33:14 v1.41.0

2024-02-15 14:45:19 v1.40.5

2024-02-08 20:19:09 v1.40.4

2024-02-01 16:19:01 v1.40.3

2024-01-27 02:20:26 v1.40.2

2024-01-26 01:03:29 v1.40.1

2024-01-25 12:19:59 v1.40.0

主题(topics):

deno, javascript, rust, typescript

denoland/deno同语言 Rust最近更新仓库

2024-03-29 09:21:42 lapce/lapce

2024-03-28 18:31:28 rerun-io/rerun

2024-03-28 18:20:07 ChainSafe/forest

2024-03-27 17:22:53 FuelLabs/sway

2024-03-27 10:04:18 Netflix/bpftop

2024-03-26 17:19:50 cowprotocol/services