by chuhnk on 11/12/20, 11:44 AM with 62 comments
by jfengel on 11/12/20, 2:20 PM
So it's a little hard for me to compare it to Netlify, which does have backend support in the form of lambdas, and a database in the form of FaunaDB. That's fairly limited, but it's also very easy.
Clicking through to the github page, it looks like the examples are in Go... though I also see a Dockerfile. For me, I'd be more interested in having your blurb page focus more on how one writes the back end, since that's what you're really selling.
by brabel on 11/12/20, 12:45 PM
Micro seems to be a Go framework evolved to automatically deploy code to the "cloud", but it seems it'll remain limited to Go backends... I can write Go without problems, but I wanted something that supports other languages as well, specially Java... I think RedHat seems to offer that with OpenShift and Quarkus[1], but their material is so ridden with marketing buzzwords I am not sure it's suitable for what I'm looking for (basically, a small server that can store a small amount of documents or key-value information on whatever database the platform supports without fuss).
Heroku seems to be the most close to this I could find, but it's pretty expensive from what I saw if you need a DB.
Does anyone have suggestions for alternatives?
[1] https://developers.redhat.com/blog/2020/05/28/quarkus-a-kube...
by hans0l074 on 11/12/20, 12:17 PM
by simoneau on 11/12/20, 4:20 PM
by clafferty on 11/12/20, 1:14 PM
Netlifys approach to static sites seemed like a no brainer since HTML is easy to host. They added lots of sugar around that to make it effortless and easy. So M3o seems like a great idea.
Micro on the other hand will need some buy in but I'll definitely consider it since we use Go already.
One concern is your pricing seems too reasonable (free)!
by rishav_sharan on 11/12/20, 12:56 PM
Or is the KV store supposed to act like an app database?
by wetpaws on 11/12/20, 5:21 PM
by asim on 11/12/20, 1:03 PM
by afterwalk on 11/12/20, 10:42 PM
"you want to do it without having to standup layers of infrastructure on AWS or be beholden to the legacy players like Heroku or other providers who don’t get that you want the same Netlify like experience on the backend."
So exactly how is Heroku "legacy"? From past experiences pushing a simple backend service onto Heroku was pretty smooth and "Netlify-esq".
It would be nice to explain or show the shortcomings of using Heroku as the backend for your Netlify app.
by LogicX on 11/12/20, 2:57 PM
by asim on 11/13/20, 6:41 AM
by BenGosub on 11/12/20, 4:24 PM
by sebringj on 11/12/20, 8:37 PM
by agambrahma on 11/12/20, 9:40 PM