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

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

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

6 个仓库

Awesome GitHub RepositoriesFull Stack Node.js Frameworks

Comprehensive frameworks for building web applications with integrated routing, data persistence, and request processing using Node.js.

Distinct from Node.js Database Integration: None of the candidates cover the holistic 'full stack' nature of the framework, focusing instead on isolated parts like auth or database integration.

Explore 6 awesome GitHub repositories matching web development · Full Stack Node.js Frameworks. Refine with filters or upvote what's useful.

Awesome Full Stack Node.js Frameworks GitHub Repositories

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

    balderdashy/sails

    22,807在 GitHub 上查看↗

    Sails is an enterprise Node.js web framework designed for building scalable applications using a model-view-controller architecture. It functions as a realtime web application framework and a database agnostic object-relational mapper, providing a structured environment for developing server-side applications. The framework enables bi-directional data exchange between clients and servers via persistent connections to support real-time features. It utilizes a consistent interface to interact with various relational and non-relational data stores, allowing the application to remain independent

    Offers a full-stack Node.js environment with integrated routing, data persistence, and a model-view-controller architecture.

    JavaScript
    在 GitHub 上查看↗22,807
  • keystonejs/keystone-classickeystonejs 的头像

    keystonejs/keystone-classic

    14,514在 GitHub 上查看↗

    Keystone Classic is a Node.js headless content management system and web application framework. It provides a database schema framework for defining structured data models and validation rules to organize information. The system automatically generates a responsive administrative dashboard based on predefined data models and database fields, allowing for content management and record editing without custom administration code. The framework covers identity and security through session state management and password encryption. It includes capabilities for request routing, form submission proc

    Provides a full stack Node.js environment with integrated routing, form processing, and database connectivity.

    JavaScriptcmsjavascriptkeystonejs
    在 GitHub 上查看↗14,514
  • meanjs/meanmeanjs 的头像

    meanjs/mean

    4,841在 GitHub 上查看↗

    该项目是一个全栈 JavaScript 应用程序生成器和框架,集成了 MongoDB、Express、AngularJS 和 Node.js。它提供了一个用于管理请求路由和中间件的 Node.js 后端框架,搭配 AngularJS 前端样板和 NoSQL 数据库,以实现快速的 Web 应用程序开发。 该框架通过广泛的自动化和脚手架功能脱颖而出。它包含一个用于创建 CRUD 模块、控制器、模型以及前后端组件所需目录结构的生成器。它还通过本地用户身份验证和用于社交登录的 OAuth 集成实现了安全的身份管理。 该系统涵盖了广泛的功能,包括模型-视图-控制器(MVC)架构、环境驱动的配置以及用于服务器端逻辑的自动化测试执行。其他功能包括用于一致环境的容器化部署、静态资源管理以及用于安全通信的 TLS 流量加密。

    Integrates MongoDB, Express, AngularJS, and Node.js into a comprehensive full-stack framework for rapid web development.

    JavaScript
    在 GitHub 上查看↗4,841
  • punkave/apostrophepunkave 的头像

    punkave/apostrophe

    4,572在 GitHub 上查看↗

    Apostrophe 是一个基于 Node.js 构建的全栈 JavaScript 内容管理框架。它既可以作为传统的 CMS(集成后端数据存储与前端模板渲染),也可以作为无头 CMS(通过 JSON API 为解耦框架和移动应用提供内容)。 该系统具有上下文内容编辑器,允许用户直接在实时页面上修改文本和媒体。它还包含一个多站点管理仪表板,用于从单一安装中协调和控制多个不同的网站。 该框架提供模式驱动的内容建模、细粒度的用户权限管理以及基于数据库的迁移系统。它涵盖了广泛的功能,包括 REST API 内容管理、自动翻译和公共 API 可见性控制。 开发过程由用于项目引导和模块脚手架的命令行工具提供支持。

    Integrates server-side rendering and administrative logic within a single Node.js environment for unified content delivery.

    JavaScript
    在 GitHub 上查看↗4,572
  • totaljs/frameworktotaljs 的头像

    totaljs/framework

    4,365在 GitHub 上查看↗

    这是一个基于模型-视图-控制器 (MVC) 架构的 Node.js 全栈 Web 开发框架。它提供了一个综合平台,用于构建具有集成动态视图引擎(用于 HTML 标记)、WebSocket 通信服务器(用于双向实时消息传递)以及嵌入式 NoSQL 数据库(用于在无需外部依赖的情况下持久化灵活数据结构)的应用。 该框架包含一个后台任务处理器,将计算密集型操作卸载到单独的工作线程以保持应用响应性。它还具有国际化工作流,用于通过本地化工具和区域数据导出管理多语言内容。 该系统涵盖了广泛的能力,包括带有中间件流水线的请求路由、针对业务对象的基于模式的数据验证,以及用于转换图像和视频的媒体处理。它进一步提供了用于模板化电子邮件发送、基于 IP 的访问限制以及静态资源即时压缩和合并的实用工具。

    Offers a complete Node.js development platform integrating routing, data persistence, and MVC architectural patterns.

    JavaScript
    在 GitHub 上查看↗4,365
  • crsandeep/simple-react-full-stackcrsandeep 的头像

    crsandeep/simple-react-full-stack

    1,631在 GitHub 上查看↗

    This project is a full-stack web framework and starter template designed for building applications that integrate React frontend interfaces with Node.js and Express backend services. It provides a unified development environment that synchronizes both frontend and backend processes, allowing for a cohesive workflow within a single project structure. The framework distinguishes itself by orchestrating the development lifecycle through automated server restarts and live reloading, which eliminates the need for manual refreshes during testing. It includes built-in configurations for transpiling

    Provides a starter template for building full-stack web applications using React, Node.js, and Express.

    JavaScriptexpressfull-stackjavascript
    在 GitHub 上查看↗1,631
  1. Home
  2. Web Development
  3. Full Stack Node.js Frameworks