Need advice about which tool to choose?Ask the StackShare community!

Fission

27
80
+ 1
3
OpenFaaS

55
230
+ 1
17
Add tool

Fission vs OpenFaaS: What are the differences?

Introduction

Fission and OpenFaaS are both serverless frameworks that aim to simplify the deployment and scaling of applications. While they have similar goals, there are several key differences between the two.

  1. Language Support: Fission supports a wide range of programming languages including Python, Ruby, Node.js, and Go. On the other hand, OpenFaaS primarily focuses on supporting Docker containers, allowing developers to use their preferred programming language within a containerized environment.

  2. Execution Model: Fission follows a "Functions as a Service" (FaaS) execution model, where functions are automatically deployed and scaled based on demand. OpenFaaS, on the other hand, supports both the traditional "Functions as a Service" model as well as a "Functions as a Service with Kubernetes" (FaaS-Kubernetes) model. This allows developers to choose between a more serverless-focused execution model or leverage the power and flexibility of Kubernetes.

  3. Deployment Flexibility: Fission provides a built-in, fully managed environment for deploying functions without the need for managing underlying infrastructure. OpenFaaS, on the other hand, offers more deployment flexibility by leveraging Kubernetes as its underlying platform. This allows developers to run functions in their own Kubernetes clusters, giving them greater control over their deployments.

  4. Community and Ecosystem: OpenFaaS has a larger and more mature community compared to Fission. It has a wide range of contributors and a vast ecosystem of community-driven plugins, templates, and integrations. Fission, although newer, is rapidly growing and gaining popularity but currently has a smaller community and ecosystem by comparison.

  5. Event Sources: Fission provides built-in support for a variety of event sources, including HTTP triggers, message queues, and databases. OpenFaaS also supports HTTP triggers but relies on external providers like NATS and Kafka for additional event sources. This gives Fission a more streamlined approach to integrating with various event-driven architectures.

  6. User Experience: Fission aims to provide a simpler user experience by abstracting away the complexities of infrastructure management. It focuses on easy installation, automated scaling, and seamless function deployments. OpenFaaS, while more flexible, requires some level of familiarity with Kubernetes and Docker. This gives Fission an advantage for developers looking for a more straightforward and quick setup.

In summary, Fission and OpenFaaS are both powerful serverless frameworks, but they differ in language support, execution models, deployment flexibility, community and ecosystem, event source integrations, and user experience. Choose Fission if you prefer a simpler setup and focus on programming languages, while OpenFaaS provides more flexibility and control through its integration with Kubernetes.

Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of Fission
Pros of OpenFaaS
  • 1
    Any language
  • 1
    Portability
  • 1
    Open source
  • 5
    Open source
  • 4
    Ease
  • 3
    Autoscaling
  • 2
    Community
  • 2
    Documentation
  • 1
    Async

Sign up to add or upvote prosMake informed product decisions

What is Fission?

Write short-lived functions in any language, and map them to HTTP requests (or other event triggers). Deploy functions instantly with one command. There are no containers to build, and no Docker registries to manage.

What is OpenFaaS?

Serverless Functions Made Simple for Docker and Kubernetes

Need advice about which tool to choose?Ask the StackShare community!

What companies use Fission?
What companies use OpenFaaS?
See which teams inside your own company are using Fission or OpenFaaS.
Sign up for StackShare EnterpriseLearn More

Sign up to get full access to all the companiesMake informed product decisions

What tools integrate with Fission?
What tools integrate with OpenFaaS?
What are some alternatives to Fission and OpenFaaS?
AWS Lambda
AWS Lambda is a compute service that runs your code in response to events and automatically manages the underlying compute resources for you. You can use AWS Lambda to extend other AWS services with custom logic, or create your own back-end services that operate at AWS scale, performance, and security.
Serverless
Build applications comprised of microservices that run in response to events, auto-scale for you, and only charge you when they run. This lowers the total cost of maintaining your apps, enabling you to build more logic, faster. The Framework uses new event-driven compute services, like AWS Lambda, Google CloudFunctions, and more.
Azure Functions
Azure Functions is an event driven, compute-on-demand experience that extends the existing Azure application platform with capabilities to implement code triggered by events occurring in virtually any Azure or 3rd party service as well as on-premises systems.
Apex
Apex is a small tool for deploying and managing AWS Lambda functions. With shims for languages not yet supported by Lambda, you can use Golang out of the box.
Google Cloud Functions
Construct applications from bite-sized business logic billed to the nearest 100 milliseconds, only while your code is running
See all alternatives