awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesScala

Development of server-side web applications and services using the Scala language.

Distinct from Scala: Captures the domain of building web apps with Scala, distinct from general language resources [f12_mt1].

Explore 3 awesome GitHub repositories matching web development · Scala. Refine with filters or upvote what's useful.

Awesome Scala GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • playframework/playframeworkAvatar von playframework

    playframework/playframework

    12,620Auf GitHub ansehen↗

    Play is a full-stack reactive web framework for Java and Scala. It provides a comprehensive development platform for building scalable web applications and RESTful APIs using a stateless and non-blocking architecture designed for high concurrency. The framework emphasizes high-velocity development through dynamic code reloading, which allows developers to update applications and verify changes without performing a full restart. Its capability surface covers the construction of JSON-based web endpoints, server-side logic for the JVM, and the implementation of scalable web architectures.

    Enables the creation of robust server-side logic and high-concurrency web services using the Scala language.

    Scalaframeworkhacktoberfestjava
    Auf GitHub ansehen↗12,620
  • jooq/jooqAvatar von jOOQ

    jOOQ/jOOQ

    6,666Auf GitHub ansehen↗

    jOOQ is a type-safe SQL query builder for Java that generates code from live database schemas, enabling compile-time validation of SQL syntax and data types. Its core identity is built around a fluent DSL that mirrors SQL structure, a code generator that maps tables, views, and routines to Java objects, and a multi-dialect engine that translates the same DSL into vendor-specific SQL for over 30 databases. The project also includes a SQL parser and transformer for refactoring or dialect conversion, reactive stream integration for non-blocking query execution, and a JDBC proxy diagnostics tool f

    Overloads standard Scala operators on field types so queries read like native Scala expressions.

    Javacode-generatordatabasedb2
    Auf GitHub ansehen↗6,666
  • databricks/scala-style-guideAvatar von databricks

    databricks/scala-style-guide

    2,784Auf GitHub ansehen↗

    Provides guidelines for writing Scala code that remains callable and idiomatic from Java.

    Auf GitHub ansehen↗2,784
  1. Home
  2. Web Development
  3. Scala

Unter-Tags erkunden

  • Java Interop ConventionsGuidelines for writing Scala code that remains callable and idiomatic from Java by avoiding Scala-only features. **Distinct from Scala:** Distinct from Scala: focuses on Java interoperability patterns, not general Scala web development.
  • Operator-Based Query DSLsOverloads standard Scala operators on field types so queries read like native Scala expressions. **Distinct from Scala:** Distinct from Scala: provides a Scala-specific operator overloading DSL for SQL queries, not general Scala web development.