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

https://github.com/peterdee/fastify-als

Investigating the issue with ALS and Fastify preHandlers
https://github.com/peterdee/fastify-als

Last synced: over 1 year ago
JSON representation

Investigating the issue with ALS and Fastify preHandlers

Awesome Lists containing this project

README

          

## fastify-als

Investigating the issue with Fastify, preHandler and AsyncLocalStorage

This is an updated version that uses https://github.com/fastify/fastify-request-context

Previous commit contains the original version with the issue

### Deploy
```shell script
git clone https://github.com/peterdee/fastify-als
cd ./fastify-als
nvm use 16
npm i
```

### Launch

```shell script
npm start
```