diff options
author | nodiscc <nodiscc@gmail.com> | 2018-04-04 18:33:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-04 18:33:24 +0000 |
commit | 25529041417e4d8404b21af5e2f388b78fce8a84 (patch) | |
tree | db7f49f04e0dec258bdcf8176fb65f26cb44d1c6 | |
parent | Merge pull request #1335 from alex-jitbit/patch-1 (diff) | |
parent | Add FaaS / Servless section (diff) | |
download | awesome-selfhosted-25529041417e4d8404b21af5e2f388b78fce8a84.tar.gz awesome-selfhosted-25529041417e4d8404b21af5e2f388b78fce8a84.zip |
Merge pull request #1339 from jacksgt/faas
Add FaaS / Servless section
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -73,6 +73,7 @@ See [Contributing](.github/CONTRIBUTING.md). - [Bug Trackers](#bug-trackers) - [IDE/Tools](#idetools) - [Continuous Integration](#continuous-integration) + - [FaaS/Serverless](#faas-serverless) - [API Management](#api-management) - [Documentation Generators](#documentation-generators) - [Localization](#localization) @@ -1150,6 +1151,14 @@ See **[Ticketing](#ticketing)** - [PHPCI](https://www.phptesting.org/) - Free and open source continuous integration specifically designed for PHP. ([Source Code](https://github.com/block8/phpci)) `BSD-2-Clause` `PHP` - [Strider](http://strider-cd.github.io/) - Open Source Continuous Deployment / Continuous Integration platform. ([Source Code](https://github.com/Strider-CD/strider)) `BSD` `Nodejs` +### FaaS/Serverless + +*[Serverless computing on Wikipedia](https://en.wikipedia.org/wiki/Serverless_computing)* + +- [FX](https://github.com/metrue/fx) - fx is 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` +- [OpenFaaS](https://www.openfaas.com/) - Serverless Functions Made Simple for Docker & Kubernetes ([Source Code](https://github.com/openfaas/faas)) `MIT` `Go` + ### API Management - [DreamFactory](https://www.dreamfactory.com/) - Turns any SQL/NoSQL/Structured data into Restful API. ([Source Code](https://github.com/dreamfactorysoftware/dreamfactory)) `Apache-2.0` `PHP` |