Companion server in golang or python, Uppy behavior in the Vue 2

Hello

First question:
I have a web application based on Django framework and I’m wondering is any Companion library for python or go?

Second question:
I’m using vue 2 as front-end framework, in the Vue example, Uppys instance is created as computed variable, does it could create memory leak? and how about instance consistency, how does computed behaviors on route change, will Uppy instance be destroyed or renewed? what is better way to create Uppy instance as singleton?

Not at the moment.

AFAIK our Vue examples from the repository are following best practices. This shouldn’t create a memory leak.

1 Like

Thanks for your response, The example link you provided was extremely useful for me