How to serve a nuxt 3 webapp with unix socket instead of http
Is it possible to build a Nuxt 3 App so that it will use a unix socket instead of serving on a local tcp port? I am intending to make an app with pywebview and nuxt3. I want the pywebview to display the nuxt3 app with unix socket instead of http so that I don’t have to expose the nuxt app on any local tcp port