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
- Host: GitHub
- URL: https://github.com/peterdee/fastify-als
- Owner: peterdee
- Created: 2021-12-07T12:52:40.000Z (over 4 years ago)
- Default Branch: release
- Last Pushed: 2021-12-07T14:48:10.000Z (over 4 years ago)
- Last Synced: 2025-01-21T10:11:16.750Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```