On Wednesday, 15 March 2017 at 08:27:23 UTC, Suliman wrote:
On Tuesday, 14 March 2017 at 20:21:44 UTC, aberba wrote:
Amazon S3 seem like a common solution for object storage these
days[1] but I'm seeing almost no activity in this area (stable
native D API). Why?
[1] https://trends.builtwith.com/cdn/Amazon-S3
How much the lowest vibed ready instance cost? I am looking for
a cheapest solution for site.
There are several options:
1. Heroku Paas with s3
2. Docker Datacenter with your own image with dlanguage/dmd
image as base.
3. Or hosting yourself on AWS or linode or digitaloceon. AWS is
generally safe for small team with less resources. You may also
look into Dokku (self-hosted Paas)