Relative Content

Tag Archive for vue.jsnuxt.jsnuxtjs3

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?