# 前言

## 關於本書

本書涵蓋以下內容：

* Deno 跟 Node.js 的主要差異
* 安裝 Deno 並搭建開發環境
* TypeScript 基礎語法
* Deno Cli、DenoLand 介紹
* Multi-thread 應用
* 規劃並實作 Web API

以上為目前本書所規劃的內容，如果有任何問題想要討論/勘誤，歡迎透過 Email 聯繫我。

> 我的 Email: <ychen.desl@gmail.com>

## 徵求貢獻者

歡迎對社群貢獻有興趣的同好協助將 Deno 1.8 之後的內容貢獻到本書中，欲貢獻者請在 [Repo](https://github.com/ianchen0119/Deno_book) 提出拉取請求並說明更新了哪些內容，感激不盡!

## 文章風格

* 引用

  > 這是引用！
  >
  > \-- 出處
* 知識點
  * 這是知識點
* 補充

  > 這是補充！

## 適合的讀者群

> 因為這次的系列是從頭講起，所以非常歡迎接觸過其他程式語言但是不曾接觸JS的新手。
>
> 當然，如果你跟我一樣是只會一點點前端的新手，又想要摸一點後端，學過JavaScript的你肯定能更快上手。

## 不適合的讀者群

* 大神
* 總之就是各種大神

## 關於作者

我是 Ian，目前就讀交大資工所碩一，主要技能包偏向前後端開發，之後會朝區塊鏈、資安領域發展。

### 聯絡我

如有需要，可以在我的 [Github](https://github.com/ianchen0119) 取得我的聯絡方式。

### 版權許可

本書採用「保持署名—非商用」創意共享 4.0 許可證。

只要保持原作者署名和非商用，您可以自由地閱讀、分享、修改本書。

詳細的法律條文請參見[創意共享](http://creativecommons.org/licenses/by-nc/4.0/)網站。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ianchen0119.gitbook.io/deno/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
