Ask HN: How do you deploy static JavaScript apps?
Hi,
how do you guys deploy static JavaScript apps in the wild? Till now I've been using an ec2 instance. But this just feels like a massive overkill.
s3? With pushState?
how do you guys deploy static JavaScript apps in the wild? Till now I've been using an ec2 instance. But this just feels like a massive overkill.
s3? With pushState?
5 comments
[ 0.22 ms ] story [ 25.3 ms ] thread* How do you host your javascript applications?
* For your given host how do you deploy?
Some applications I have are powered by node.js, others are served behind nginx. For both case I tend to deploy either via a plain rsync, or via a git push.
https://divshot.com/
Let me know if you have any questions, I spend all day thinking about this stuff. :)