www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Hosting a vibe.d website

reply Karabuta <karabutaworld gmail.com> writes:
Hello community, I usually host PHP websites for clients using 
shared hosting services but I'm not familiar with hosting 
compiled programming language websites.

What processes are involved hosting a vibe.d website developed 
locally on a web server (shared hosting plan). And what hosting 
services/packages are available for that?
Aug 24 2016
parent Seb <seb wilzba.ch> writes:
On Wednesday, 24 August 2016 at 19:19:33 UTC, Karabuta wrote:
 Hello community, I usually host PHP websites for clients using 
 shared hosting services but I'm not familiar with hosting 
 compiled programming language websites.

 What processes are involved hosting a vibe.d website developed 
 locally on a web server (shared hosting plan). And what hosting 
 services/packages are available for that?
Heroku is quite popular because it's free in the basic version and comes with zero maintenance or need of administrator skills: http://tour.dlang.io/tour/en/vibed/deploy-on-heroku However you can deploy a vibe.d application on literally any machine and even a VPS server should work quite fine. If you are low on budget, you can usually spot great deals over at the Low End Box Blog [1] (I am not affiliated with them in any way) [1] http://lowendbox.com/
Aug 24 2016