3 Repos
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.
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.
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.
Provides guidelines for writing Scala code that remains callable and idiomatic from Java.