awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 个仓库

Awesome GitHub RepositoriesBackend Frameworks

Libraries and environments for building server-side logic, handling requests, and managing application state.

Distinguishing note: Specifically targets server-side application development rather than frontend UI or general web utilities.

Explore 5 awesome GitHub repositories matching web development · Backend Frameworks. Refine with filters or upvote what's useful.

Awesome Backend Frameworks GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • kamilmysliwiec/nestkamilmysliwiec 的头像

    kamilmysliwiec/nest

    75,872在 GitHub 上查看↗

    Nest is an enterprise Node.js framework designed for building scalable and maintainable server-side applications. It provides a typed environment for developing backend services using TypeScript and JavaScript, incorporating architectural patterns for both object-oriented and functional programming. The framework organizes complex backend logic into a modular application structure to ensure clear boundary separation. It utilizes a dependency injection container to manage object lifecycles and a decorator-based metadata system to attach configuration and routing data to classes and methods. T

    Provides a typed backend framework incorporating architectural patterns for object-oriented and functional programming.

    TypeScript
    在 GitHub 上查看↗75,872
  • astaxie/build-web-application-with-golangastaxie 的头像

    astaxie/build-web-application-with-golang

    43,920在 GitHub 上查看↗

    This project is an open-source software engineering handbook and technical learning resource focused on backend web development. It provides a comprehensive guide to building server-side applications, covering the end-to-end flow of web requests from initial HTTP traffic handling to database integration and dynamic content rendering. The material follows a code-centric pedagogical pattern, anchoring theoretical concepts in functional snippets that demonstrate practical implementation. The curriculum is organized through progressive complexity sequencing, moving from foundational language synt

    Building scalable and performant server-side applications by leveraging the concurrency features and strong typing of a modern programming language.

    Go
    在 GitHub 上查看↗43,920
  • vlang/vvlang 的头像

    vlang/v

    37,655在 GitHub 上查看↗

    V is a statically typed, compiled programming language designed for high-performance systems development. It prioritizes memory safety and execution speed by enforcing strict type checking and immutable defaults, while generating native machine code for multiple hardware architectures. The language is built around an integrated toolchain that includes a compiler, package manager, formatter, and testing utilities within a single executable, facilitating rapid development cycles. What distinguishes V is its focus on developer productivity and interoperability. It provides a direct interface for

    Developing high-performance server-side applications with built-in database support and routing capabilities for reliable and scalable web services.

    Vcompilerlanguageprogramming-language
    在 GitHub 上查看↗37,655
  • jeffallan/claude-skillsJeffallan 的头像

    Jeffallan/claude-skills

    9,935在 GitHub 上查看↗

    This project is an AI agent workflow orchestrator and automated software lifecycle manager designed to sequence specialized AI personas for end-to-end software development. It serves as a prompt engineering library and a full-stack development toolkit that guides the process from initial discovery and specification through to deployment and code review. The system features a context management framework that utilizes progressive loading and routing tables to fetch reference files on-demand, reducing token consumption within the model context window. It employs a definition-based routing syste

    Provides capabilities to implement server-side applications and web services using scalable backend frameworks.

    Pythonai-agentsclaudeclaude-code
    在 GitHub 上查看↗9,935
  • reactive-python/reactpyreactive-python 的头像

    reactive-python/reactpy

    8,138在 GitHub 上查看↗

    Reactpy is a Python web component framework and server-side UI library used to build interactive web interfaces. It allows for the creation of structured web layouts and visual logic within Python, removing the requirement to write client-side JavaScript. The framework utilizes a component-based model with reactive state management, where the user interface automatically updates in response to changes in the underlying Python state. It employs a virtual-DOM diffing process and WebSocket-based syncing to push real-time updates from the server to the browser. The system functions as an integra

    Integrates custom reactive frontends with established Python backend frameworks for data delivery.

    Python
    在 GitHub 上查看↗8,138
  1. Home
  2. Web Development
  3. Backend Frameworks