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

https://github.com/betterstack-community/nodejs-timeouts


https://github.com/betterstack-community/nodejs-timeouts

Last synced: 6 months ago
JSON representation

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).