fastify / fastify/fastify-multipart
Investigate alternative multipart parsers
Open
- Dominant language
- JavaScript
- Stars
- 539
- Forks
- 126
- PR merge metrics
- No merged PRs in 30d
Description
### Prerequisites
- [X] I have written a descriptive issue title
- [X] I have searched existing issues to ensure the issue has not already been raised
### Issue
For instance [remix parser](https://github.com/mjackson/remix-the-web/tree/main/packages/multipart-parser) seems to be quite faster than `@fastify/busboy` and is async generator based
In theory we should be able to use it, but we should test the speed claims in the context of Fastify
Related to https://github.com/fastify/fastify-multipart/issues/464
Contributor guide
Assessment
This issue has not been assessed yet.