Go FaaS/Serverless

Open-source Go projects categorized as FaaS/Serverless

Top 4 Go FaaS/Serverless Projects

FaaS/Serverless
  • OpenFaaS

    OpenFaaS - Serverless Functions Made Simple

    Project mention: Forking OpenFaaS Faasd to support Firecracker Containerd | dev.to | 2024-06-10

    As part of my research, I needed to evaluate the performance of Firecracker in serverless environments compared to traditional Linux containers. OpenFaaS, with its modular design, offered an excellent framework for this comparison. OpenFaas offered two running modes, which were OpenFaas using Kubernetes and faasd. Firecracker-containerd isn’t directly supported by Kubernetes due to the lack of a stable CRI plugin unless you consider the now unsupported Firekube. Extending faasd to support Firecracker is simpler and served as sufficient proof of concept from my research. Otherwise, from a general point of view, the primary advantage of Firecracker over LXC in serverless computing is isolation, which isn’t crucial if you’re running faasd since serverless loads on faasd are typically trusted. So, there is no big need to do this other than plain curiosity.

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • IronFunctions

    IronFunctions - the serverless microservices platform by

  • fx

    A Function as a Service tool makes a function as a container-based service in seconds. (by metrue)

  • Trusted-CGI

    Lightweight runner for lambda functions/apps in CGI like mode

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Go FaaS/Serverless discussion

Log in or Post with

Go FaaS/Serverless related posts

  • Forking OpenFaaS Faasd to support Firecracker Containerd

    1 project | dev.to | 10 Jun 2024
  • Serverless Functions, Made Simple

    1 project | news.ycombinator.com | 11 Apr 2024
  • Spinning up docker containers from http requests

    1 project | /r/selfhosted | 6 Dec 2023
  • A question about how pods creation with requests

    1 project | /r/devops | 28 Apr 2023
  • What exists on the spectrum between a cron job and airflow?

    1 project | /r/dataengineering | 26 Apr 2023
  • Hosting strategy suggestions

    1 project | /r/FastAPI | 16 Apr 2023
  • Does anyone use Knative or OpenFaaS for real world projects?

    1 project | /r/kubernetes | 27 Feb 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 9 Nov 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source FaaS/Serverless projects in Go? This list will help you:

Project Stars
1 OpenFaaS 25,157
2 IronFunctions 3,171
3 fx 2,164
4 Trusted-CGI 230

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you konow that Go is
the 4th most popular programming language
based on number of metions?