Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xmasuhai/test-node-module-promise

README: https://github.com/xmasuhai/test-node-module-promise/blob/main/README.md
https://github.com/xmasuhai/test-node-module-promise

Last synced: 17 days ago
JSON representation

README: https://github.com/xmasuhai/test-node-module-promise/blob/main/README.md

Awesome Lists containing this project

README

        

## 安装依赖 Project setup

```sh
yarn install
```

## 命令行中使用 node 运行JS文件

```sh
# for example
node promise/promise-all.js
```

## 笔记与博客

- [期约Promise](docs/promise.md)
- [语法糖async和await](docs/async_await.md)
- [EventLoop](docs/eventloop.md)
- [手写服务器、数据Mock、前后端联调](docs/mock.md)

---

---