dart_frog

A fast, minimalistic backend framework for Dart 🎯 (by VeryGoodOpenSource)

Dart_frog Alternatives

Similar projects and alternatives to dart_frog

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better dart_frog alternative or higher similarity.

dart_frog reviews and mentions

Posts with mentions or reviews of dart_frog. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-16.
  • Dart Frog real world implementation
    2 projects | /r/dartlang | 16 Dec 2022
    Has anyone used Dart Frog in a real world application? Is it viewed as production ready? Can you build a stand alone executable and deploy that directly or does it have to have a reverse proxy in front of it .(I'm thinking Nginx). I'm trying to build my own API for a Flutter application and while I'd like to do everything in one language, Go looks like the better option for the API since ease of deployment is important to me. I want non-technical people to be able to deploy this and having a single application that can be deployed without a reverse proxy is really attractive in that area but then I found Dart Frog so I'm willing to give it a shot if it can do what I need.
    2 projects | /r/dartlang | 16 Dec 2022
    We’re working on multipart form data support (https://github.com/VeryGoodOpenSource/dart_frog/issues/296) but in the meantime you can use https://pub.dev/packages/shelf_multipart.
  • What Backend would you recommend.
    2 projects | /r/FlutterDev | 14 Dec 2022
    There's also Dart Frog if you want to keep everything in Dart, but i do not have experience with it so can't recommend either way.
  • Dart in backend??
    2 projects | /r/dartlang | 1 Dec 2022
    Dart Frog: https://dartfrog.vgv.dev/
  • Serverside Dart
    5 projects | dev.to | 17 Nov 2022
    dart_frog doesn't support it yet, you can track the progress at dart_frog#296.
    5 projects | dev.to | 17 Nov 2022
    In this blog, I will talk about the benchmarks of Flask (Python), Express (JavaScript), Shelf (Dart), dart_frog (Dart) and Conduit (Dart), and my opinions on Dart on the server side.
  • Ask HN: What is the future of Swift on the server-side?
    2 projects | news.ycombinator.com | 15 Nov 2022
    Dart has some backend projects and support and is statically typed.

    See Very Good Ventures own Dart Frog:

    https://github.com/VeryGoodOpenSource/dart_frog

  • Ask HN: Why isn't Dart more popular?
    2 projects | news.ycombinator.com | 25 Oct 2022
    I’ve been using Dart/Flutter for over a year now building an open source iOS/Android/Web app. In general, Dart is a solid language, and we enjoy writing code in it. The package management, for example is comparable to other best in class managers, like Rust’s Cargo and a huge leap forward from languages like Python. All the tooling (linting, formatter) takes the lessons Google learned from Go and applies them to Dart.

    Additionally, It’s both an interpreted (with JIT) and a compiled language. Flutter uses this to hot reload code in development, but also to ship a leaner binary in production. On the server, native binaries are great for CLI tools for easy deployment, and the JIT is great for servers where processes are longer running and performance is more important than process size. Although it’s reasonably fast either way.

    That being said, it’s a pretty boring language. It doesn’t have many expressive features to reduce boilerplate. While it does have reflection, no one uses it because it can’t be used in Flutter when compiling native binaries. Very few people are willing to make packages that don’t work in Flutter. People generally resort to code gen, which is clunky and adds another process to development.

    On the server, there are not many options. The ‘shelf’ package is the default, but it falls short in many areas, making developers cobble together different packages. There are others, the one I’m watching is Frog[0], but adoption is slow. However, it is pretty much just another Next.js style clone, not adding anything novel to the space.

    My hope is that the cloud providers will roll out native Dart support to their FaaS products, so I can at least share my model code between apps and the backend. However, the dream (well, my dream at least) is to have a full end-to-end Dart/Flutter solution that is real-time/reactive and not REST-based. Something like a programmable Firebase where I don’t have to deal with un/marshalling data myself all the time. I think that will get Flutter devs enough reason to move to Dart on the backend.

    [0] https://dartfrog.vgv.dev/

  • Dart Frog
    6 projects | dev.to | 10 Sep 2022
    Dart Frog 🐸 es un framework web construido sobre Shelf inspirado por Next.JS, Remix y Express.
  • Dartness backend: New version released
    5 projects | /r/FlutterDev | 5 Aug 2022
    I didn't know about dart frog, but it doesn't look intuitive enough for me coming from java world, I believe it could be kind of the same for people who are coming from javascript using Nest.
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 7 Jun 2023
    Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression. Learn more →

Stats

Basic dart_frog repo stats
14
1,377
9.6
7 days ago
Clean code begins in your IDE with SonarLint
Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
www.sonarlint.org