You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm considering investing some time to add a backend for aws s3. I'm wondering a few things, first of all, is it worth it? This project seems mostly abandoned even though it is still linked to from electron documentations.
Secondly, javascript and node have moved on significantly in the last 7 years. I'm wondering if it would be acceptable to use newer language and node standard library features or if I should continue with this ES5 style of writing code.
There are also multiple vulnerabilities detected by npm audit which I would like to resolve since we are running nuts in a production environment.
Please let me know if there's anyone out there and what you think of my suggestion.
The text was updated successfully, but these errors were encountered:
Hi,
I'm considering investing some time to add a backend for aws s3. I'm wondering a few things, first of all, is it worth it? This project seems mostly abandoned even though it is still linked to from electron documentations.
Secondly, javascript and node have moved on significantly in the last 7 years. I'm wondering if it would be acceptable to use newer language and node standard library features or if I should continue with this ES5 style of writing code.
There are also multiple vulnerabilities detected by
npm audit
which I would like to resolve since we are running nuts in a production environment.Please let me know if there's anyone out there and what you think of my suggestion.
The text was updated successfully, but these errors were encountered: