Ask HN: Anyone Know of Serverless Enterprise Software Applications?
I'm working on a list of serverless enterprise applications (whether open source, open core, or just old-fashioned pay-us-now enterprise), and to be honest, I only know of two so far:
- https://github.com/webiny/webiny-js
- https://github.com/formkiq/formkiq-core (the project I work on)
Does anyone know of any more? What I'm looking for is an enterprise software solution (CMS, DMS, CRM, ERP, etc.) that customers would deploy and host in their cloud account.
I feel like this is the future of software, but maybe that future is still a ways off.
Thanks!
4 comments
[ 1.8 ms ] story [ 19.1 ms ] threadWouldn't it be easier to have the provider manage the software/infra rather than having to do it yourself?
(I don't think you're wrong or anything. Just curious as to why you feel that way.)
Also, another example would be Ghost -> https://ghost.org/
This helps with security/compliance, customization, cost management, etc. For smaller orgs, some of this software could be run at incredibly low costs of a few dollars a month or even within cloud free tiers.
In the case of Ghost, while it can be hosted on cloud providers like AWS, its default/recommended stack isn't serverless as it uses a server instance. However, you can use something like https://github.com/jeshan/serverless-ghost to make it mostly serverless.
Thanks!