Access usb devices on server side
Curious if it was possible to use SerialPort and or another package to stream video and serial to and from a Nuxt 3 application, and how I should go about it.
I've figured out how to access both devices client-side where the usb devices would be connected, but I want to be able to host this in a docker container to make the devices available if on another machine. Currently I check to see if the application is deployed on a static deployment site like Cloudflare Pages, and if its not I would want it to run in server mode.
Any ideas on how I could implement this as I don't see much of anything with Nuxt interacting with server side devices.
0 Replies