GitbookIO / nuts

:chestnut: Releases/downloads server with auto-updater and GitHub as a backend
http://nuts.gitbook.com
Apache License 2.0
1.25k stars 300 forks source link

Adding an S3 backend #183

Open willm opened 1 year ago

willm commented 1 year ago

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.

dopry commented 1 year ago

@willm I would be happy to see an S3 backend for my fork, https://github.com/dopry/pecans I'm also on the look out for additional maintainers.