How to process stream data on nuxt server
I’m trying to figure out, what is the best way to process stream data on a nuxt server.
In the frontend, I read a file, split it up into chunks and send it to the backend. But I’m not sure, how to handle stream data at server side. Does anyone has an idea?
Custom plugin in nuxt 3 has unknown type
In my nuxt 3 application, I have created a plugin in plugins/ folder.