So far I have only used Heroku to deploy my web applications. Well, that changed today as I decided to branch out and try a different deployment service. I love Heroku, and it is so easy to use, but I hate how my applications go to sleep after 30 minutes of inactivity unless you pay a monthly fee. The sleeping application then takes 30 seconds to “wake-up” which feels like forever from a client’s perspective.
到目前为止,我仅使用Heroku来部署我的Web应用程序。 嗯,今天改变了,因为我决定扩展并尝试其他部署服务。 我爱Heroku,而且使用起来非常简单,但是我讨厌30分钟不使用我的应用程序后就进入睡眠状态,除非您每月支付费用。 然后,处于Hibernate状态的应用程序需要30秒钟才能“唤醒”,从客户端的角度来看,这感觉像是永远的。
I decided to try Netlify after witnessing many other developers use this service to host their applications. I saw some pretty good reviews about Netlify, and from what I read my applications won’t be going to sleep anymore!