https://github.com/betterstack-community/nodejs-timeouts
https://github.com/betterstack-community/nodejs-timeouts
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/betterstack-community/nodejs-timeouts
- Owner: betterstack-community
- License: apache-2.0
- Created: 2022-05-05T14:28:24.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-12T08:30:26.000Z (about 4 years ago)
- Last Synced: 2025-01-13T21:44:40.991Z (over 1 year ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Complete Guide to Timeouts in Node.js
This repo contains various examples for learning and implementing timeouts in
Node.js. The full tutorial is linked below.
**Tutorial**: [A Complete Guide to Timeouts in Node.js](https://betterstack.com/community/guides/scaling-nodejs/nodejs-timeouts/).
## 🟢 Prerequisites
You must have Node.js and npm installed on your machine. This project was built against the following versions:
- Node.js v18.1.0.
- npm v8.6.0.
## 📦 Getting started
- Clone this repo to your machine:
```shell
git clone https://github.com/betterstack-community/nodejs-timeouts
```
- `cd` into the project folder and run `npm install` to download dependencies.
- Follow through with the [linked tutorial](https://betterstack.com/community/guides/scaling-nodejs/nodejs-timeouts/).
## âš– License
The code used in this project and in the linked tutorial are licensed under the [Apache License, Version 2.0](LICENSE).