Dartness backend: New version released

This page summarizes the projects mentioned and recommended in the original post on /r/dartlang

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • dartness

    Dartness is a framework for building efficient, scalable dart server-side applications. It provides an easy and quick way to develop modern standalone server.

  • Here you can find an example using Dartness with Flutter: https://github.com/RicardoRB/dartness/tree/master/examples/dartness_flutter_melos

  • reflectable.dart

    Reflectable is a Dart library that allows programmers to eliminate certain usages of dynamic reflection by specialization of reflective code to an equivalent implementation using only static techniques. The use of dynamic reflection is constrained in order to ensure that the specialized code can be generated and will have a reasonable size.

  • I would like to ask your opinion about using reflectable instead, since it may be a good alternative to mirrors, the bad thing is, it (of course) uses generated code (something that I personally don't like).

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • language

    Design of the Dart language

  • Regarding static metaprogramming, I found macros, but it is still a work in progress, so it doesn't look like a short time solution.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts