diff options
author | Pratim <pratim.bhosale@gmail.com> | 2022-09-14 21:42:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-14 21:42:42 +0000 |
commit | 0f29aba63ec1402a878b932f548ca2d06d3046db (patch) | |
tree | 1281f96cca033a060843014231dc1dcbeaf3dc93 | |
parent | Add CasaOS (#2840) (diff) | |
download | awesome-selfhosted-0f29aba63ec1402a878b932f548ca2d06d3046db.tar.gz awesome-selfhosted-0f29aba63ec1402a878b932f548ca2d06d3046db.zip |
Added Nhost to FaaS & Serverless (#3109)
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1765,6 +1765,7 @@ Software for easy installation, management and configuration of self-hosted serv - [fx](https://github.com/metrue/fx) - A tool to help you do Function as a Service with painless on your own servers. `MIT` `Go` - [IronFunctions](https://github.com/iron-io/functions) - The serverless microservices platform by [iron.io](https://www.iron.io/). `Apache-2.0` `Go` - [LocalStack](https://localstack.cloud/) - LocalStack is a fully functional local AWS cloud stack. This includes Lambda for serverless computation. ([Source Code](https://github.com/localstack/localstack)) `Apache-2.0` `Python/Other` +- [Nhost](https://nhost.io/) - The Open Source Firebase Alternative with GraphQL. Get a database and backend configured and ready in minutes. ([Source Code](https://github.com/nhost/nhost)) `MIT` `Docker/Nodejs/Go` - [OpenFaaS](https://www.openfaas.com/) - Serverless Functions Made Simple for Docker & Kubernetes. ([Source Code](https://github.com/openfaas/faas)) `MIT` `Go` - [Trusted-CGI](https://github.com/reddec/trusted-cgi) - Lightweight self-hosted lambda/applications/cgi/serverless-functions platform. `MIT` `Go` |