Live data from Hacker News

Show HN: deploying a website just to transfer a file

lunesu.com

11–13 of 13 posts

Re: Show HN: deploying a website just to transfer a file

#13

Seems interesting, thx for sharing! 1. What kind of projects can you generate using Defang? What languages are 2. What if my project needs a database or queues - can I deploy that using Defang?

1. Generate is really just to get you started so it’s pretty primitive. Generating code for complex projects is a startup in itself. Currently the generator supports nodejs, Python, and Go.

2. You can add database or redis to your compose file. During deployment, defang has the option to map those to the respective managed versions, if the target cloud provider had that option.

Post reply on HN