Posts by Paulo Moreira • 3 points
1 post
-
-1
votes1
answer14
viewsQ: How to create an endpoint that downloads a local file as soon as requested in Nodejs?
I have a file in my project that I need to make available for download, through an endpoint that when requested will automatically download, but I can not use any framework, only Nodejs.