Fastify Multipart File Upload
by Manuel Spigolon
How to work with files with Fastify?
It is so easy thanks to the fastify-multipart plugin!
There is one concept to keep in mind: someone must consume the uploaded file.
The consumer could be:
Your implementation
The plugin itself ...
backend.cafe3 min read
Uriel dos Santos Souza
How is it with promises(async/await)? And without a pump?