awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
playframework avatar

playframework/playframework

0
View on GitHub↗
12,620 stele·4,030 fork-uri·Scala·Apache-2.0·3 vizualizăriwww.playframework.com↗

Playframework

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.

Features

  • Web Application Frameworks - Provides a comprehensive full-stack platform for building scalable web applications with integrated routing and non-blocking architecture.
  • Reactive Web Frameworks - Provides a reactive web framework architecture based on non-blocking and stateless principles for high concurrency.
  • Hot Code Reloading - Provides dynamic code reloading that allows developers to update applications and verify changes instantly without a full restart.
  • Hot-Reloading Systems - Enables high-velocity development through a hot-reloading system that applies code changes instantly without restarting the application.
  • Non-Blocking Socket I/O - Employs a non-blocking I/O model to process requests using a small number of threads that do not stall on external operations.
  • Stateless Architectures - Implements a stateless application architecture that allows requests to be routed to any available node in a cluster.
  • Full-Stack Web Frameworks - Provides a comprehensive full-stack web framework including routing, template rendering, and API creation for the JVM.
  • Java - Provides a high-performance environment for building server-side applications and websites using the Java language.
  • JVM Web Frameworks - Acts as a high-velocity web framework supporting both Java and Scala for building scalable applications.
  • REST API Frameworks - Ships a specialized REST API framework for building JSON-based web endpoints and services.
  • RESTful API Development - Provides a framework for building scalable RESTful APIs using standard HTTP methods and JSON data delivery.
  • RESTful API Frameworks - Offers a specialized toolset for designing and deploying scalable RESTful API frameworks.
  • Scala - Enables the creation of robust server-side logic and high-concurrency web services using the Scala language.
  • Development Refreshers - Accelerates development cycles by watching source files and triggering immediate updates to shorten the feedback loop.
  • Asynchronous Network Frameworks - Uses Netty as an asynchronous event-driven network framework for low-level socket communication and HTTP request parsing.
  • Actor-Based Concurrency - Implements a concurrency model based on isolated, message-passing actors to handle high volumes of simultaneous connections.
  • Scalable Application Architectures - Implements a scalable application architecture using stateless and non-blocking patterns to handle high traffic volumes.
  • Instrumente pentru dezvoltatori - High-velocity web framework for scalable applications.
  • Scala Projects - Listed in the “Scala Projects” section of the Awesome For Beginners awesome list.
  • Web Frameworks - High-productivity framework for building scalable web applications.
  • Web Frameworks and Runtimes - High-velocity web framework for Java and Scala applications.

Istoric stele

Graficul istoricului de stele pentru playframework/playframeworkGraficul istoricului de stele pentru playframework/playframework

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Întrebări frecvente

Ce face playframework/playframework?

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.

Care sunt principalele funcționalități ale playframework/playframework?

Principalele funcționalități ale playframework/playframework sunt: Web Application Frameworks, Reactive Web Frameworks, Hot Code Reloading, Hot-Reloading Systems, Non-Blocking Socket I/O, Stateless Architectures, Full-Stack Web Frameworks, Java.

Care sunt câteva alternative open-source pentru playframework/playframework?

Alternativele open-source pentru playframework/playframework includ: codeigniter4/codeigniter4 — CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web… revel/revel — Revel is a full-stack web framework and toolkit for building applications with the Go language. It implements a… livebud/bud — Bud is a full-stack web framework for Go that functions as a scaffolding engine and code generation tool. It automates… javalin/javalin — Javalin is a lightweight web framework for Java and Kotlin designed for building REST APIs and web applications. It… an-tao/drogon — Drogon is a high-performance C++ HTTP web framework and asynchronous web server designed for building web applications… totaljs/framework — This is a full-stack web development framework for Node.js based on the model-view-controller architecture. It…

Alternative open-source pentru Playframework

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Playframework.
  • codeigniter4/codeigniter4Avatar codeigniter4

    codeigniter4/CodeIgniter4

    5,924Vezi pe GitHub↗

    CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools

    PHPcodeignitercodeigniter4framework-php
    Vezi pe GitHub↗5,924
  • revel/revelAvatar revel

    revel/revel

    13,224Vezi pe GitHub↗

    Revel is a full-stack web framework and toolkit for building applications with the Go language. It implements a model-view-controller architecture to separate business logic from user interface rendering, providing a comprehensive system for routing, parameter binding, and session management. The project distinguishes itself with a high-productivity development environment featuring automatic code compilation and hot-reloading, which refreshes the application state and templates upon file changes without requiring manual restarts. It also employs reflection-based parameter binding to automati

    Go
    Vezi pe GitHub↗13,224
  • livebud/budAvatar livebud

    livebud/bud

    5,584Vezi pe GitHub↗

    Bud is a full-stack web framework for Go that functions as a scaffolding engine and code generation tool. It automates the creation of directory structures, controllers, and glue code to streamline the development of web applications. The framework utilizes a transpiler-based approach to produce application boilerplate and provides a development environment featuring hot reloading and local server management. It enables the compilation of applications into single, standalone binaries with support for cross-platform compilation across different operating systems and architectures. The system

    JavaScript
    Vezi pe GitHub↗5,584
  • javalin/javalinAvatar javalin

    javalin/javalin

    8,290Vezi pe GitHub↗

    Javalin is a lightweight web framework for Java and Kotlin designed for building REST APIs and web applications. It functions as an embedded Jetty web server, allowing applications to run as standalone processes without the need for an external servlet container. The project provides specialized frameworks for diverse communication patterns, including a REST API framework with automatic OpenAPI schema generation, a GraphQL API framework with query and mutation resolvers, and a WebSocket server for bidirectional real-time communication. It also includes a dedicated framework for pushing real-t

    Kotlinhacktoberfestjavajavalin
    Vezi pe GitHub↗8,290
Vezi toate cele 30 alternative pentru Playframework→