Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xmasuhai/test-node-module-promise
- Owner: xmasuhai
- Created: 2021-11-28T23:03:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T17:09:12.000Z (about 2 years ago)
- Last Synced: 2023-03-06T17:10:30.331Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://github.com/xmasuhai/test-node-module-promise/blob/main/README.md
- Size: 704 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: 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)---
---