Dart Serverless

Open-source Dart projects categorized as Serverless

Top 5 Dart Serverless Projects

  • functions-framework-dart

    FaaS (Function as a service) framework for writing portable Dart functions

  • 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
  • celest

    The Flutter cloud platform

    Project mention: Show HN: Celest – The Flutter Cloud Platform | news.ycombinator.com | 2024-04-01

    > How do you handle versioning? Are there any guidelines/rules one must abide by?

    Versioning is not fully fleshed out yet, but we have an open issue for it here: https://github.com/celest-dev/celest/issues/4

    It's a problem I want to tackle correctly, so that you'd need to put as little thought into it as possible. It should "just work". Vercel's skew protection [1] stands out as a recent example of doing this well.

    > It looks like you using Flutter's Dart<=>JSON serialization; do you recommend using built_value for immutable data structures?

    JSON was chosen as the primary serialization format for the reasons mentioned here [2]. Primarily, familiarity to Flutter developers, availability of JSON-compatible types in the wild, and integration with non-Dart clients.

    The JSON structure is outlined here (working on a full spec): https://celest.dev/docs/functions/http-requests

    built_value types can be used in Celest currently by giving the class `fromJson`/`toJson` methods. I haven't implemented auto-serialization for them, yet, but it should be straightforward. I've used built_value heavily in the past and agree there's no better alternative for some use cases.

    > Do you support protobuf/cap'n'proto?

    In the future, I plan to support more serialization formats, including protobuf and binary protocols. I will check out cap'n'proto, it was not yet on my radar.

    [1] https://vercel.com/docs/deployments/skew-protection

    [2] https://x.com/dillonthedev/status/1749806407510381054

  • nhost-dart

    Nhost Dart & Flutter packages

  • supagrocery

    A grocery Flutter application built with Supabase as backend.

  • serverless-aws-dart

    ⚡ 🏗️ A template for creating function with the Dart runtime for AWS Lambda

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
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).

Dart Serverless discussion

Log in or Post with

Dart Serverless related posts

  • Show HN: Celest – The Flutter Cloud Platform

    3 projects | news.ycombinator.com | 1 Apr 2024
  • Dart on backend VS Node.js

    2 projects | /r/FlutterDev | 28 Mar 2023
  • Dartness: the dart web framework

    3 projects | /r/dartlang | 3 Jul 2022
  • Building a Flutter application (for Web) with AWS Lambda Function URL backend using AWS CDK Pipelines (written in Java)

    3 projects | dev.to | 1 Jun 2022
  • Dart out of Flutter

    8 projects | /r/dartlang | 14 Feb 2022
  • Terraform Modules: Atomic Design

    2 projects | dev.to | 28 Aug 2021
  • Full stack demo for on GitHub for upcoming conference

    3 projects | /r/FlutterDev | 29 Mar 2021
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 12 Dec 2024
    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. Learn more →

Index

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

Project Stars
1 functions-framework-dart 538
2 celest 243
3 nhost-dart 91
4 supagrocery 45
5 serverless-aws-dart 4

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 Dart is
the 19th most popular programming language
based on number of metions?