6 Repos
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.
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.
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.
This project is a full-stack JavaScript application generator and framework that integrates MongoDB, Express, AngularJS, and Node.js. It provides a Node.js backend framework for managing request routing and middleware, paired with an AngularJS frontend boilerplate and a NoSQL database for rapid web application development. The framework distinguishes itself through extensive automation and scaffolding. It includes a generator for creating CRUD modules, controllers, models, and the necessary directory structures for both frontend and backend components. It also implements secure identity manag
Integrates MongoDB, Express, AngularJS, and Node.js into a comprehensive full-stack framework for rapid web development.
Apostrophe ist ein Full-Stack-JavaScript-Content-Management-Framework, das auf Node.js basiert. Es fungiert sowohl als traditionelles CMS, das einen Backend-Datenspeicher mit Frontend-Template-Rendering integriert, als auch als Headless-CMS, das Inhalte über JSON-APIs für entkoppelte Frameworks und mobile Anwendungen bereitstellt. Das System verfügt über einen In-Context-Content-Editor, der es Benutzern ermöglicht, Text und Medien direkt auf Live-Seiten zu bearbeiten. Es enthält zudem ein Multi-Site-Management-Dashboard zur Koordination und Steuerung mehrerer verschiedener Websites von einer einzigen Installation aus. Das Framework bietet schema-gesteuerte Inhaltsmodellierung, granulare Benutzerberechtigungsverwaltung und ein datenbankgestütztes Migrationssystem. Es deckt ein breites Spektrum an Funktionen ab, einschließlich REST-API-Content-Management, automatisierter Übersetzung und Steuerung der öffentlichen API-Sichtbarkeit. Die Entwicklung wird durch Command-Line-Tools für das Projekt-Bootstrapping und Modul-Scaffolding unterstützt.
Integrates server-side rendering and administrative logic within a single Node.js environment for unified content delivery.
Dies ist ein Full-Stack-Webentwicklungsframework für Node.js, das auf der Model-View-Controller-Architektur basiert. Es bietet eine umfassende Plattform zum Erstellen von Anwendungen mit einer integrierten dynamischen View-Engine für HTML-Markup, einem WebSocket-Kommunikationsserver für bidirektionales Echtzeit-Messaging und einer eingebetteten NoSQL-Datenbank zur Persistierung flexibler Datenstrukturen ohne externe Abhängigkeiten. Das Framework enthält einen Hintergrund-Task-Prozessor, der rechenintensive Operationen auf separate Worker-Threads auslagert, um die Reaktionsfähigkeit der Anwendung aufrechtzuerhalten. Es bietet zudem einen Internationalisierungs-Workflow zur Verwaltung mehrsprachiger Inhalte durch Lokalisierungstools und regionale Datenexporte. Das System deckt ein breites Spektrum an Funktionen ab, einschließlich Request-Routing mit Middleware-Pipelines, schemabasierter Datenvalidierung für Geschäftsobjekte und Medienverarbeitung zur Transformation von Bildern und Videos. Es bietet zudem Dienstprogramme für den Versand von E-Mail-Vorlagen, IP-basierte Zugriffsbeschränkungen sowie Just-in-Time-Komprimierung und Zusammenführung statischer Assets.
Offers a complete Node.js development platform integrating routing, data persistence, and MVC architectural patterns.
Dieses Projekt ist ein Full-Stack-Web-Framework und Starter-Template, das für den Aufbau von Anwendungen konzipiert wurde, die React-Frontend-Oberflächen mit Node.js- und Express-Backend-Diensten integrieren. Es bietet eine einheitliche Entwicklungsumgebung, die sowohl Frontend- als auch Backend-Prozesse synchronisiert und einen kohärenten Workflow innerhalb einer einzigen Projektstruktur ermöglicht. Das Framework zeichnet sich durch die Orchestrierung des Entwicklungslebenszyklus durch automatisierte Server-Neustarts und Live-Reloading aus, was manuelle Aktualisierungen während des Testens überflüssig macht. Es enthält integrierte Konfigurationen für das Transpilieren moderner ECMAScript- und JSX-Syntax, wodurch die Kompatibilität über verschiedene Browserumgebungen hinweg sichergestellt wird, während konsistente Codierungsmuster durch integrierte Style-Durchsetzung beibehalten werden. Das Projekt deckt den gesamten Anwendungslebenszyklus ab, von der lokalen Entwicklung bis zur Produktionsreife. Es enthält Tools zum Bündeln und Optimieren von Frontend-Assets in statische Dateien sowie Mechanismen zur Bereitstellung dieser Assets neben Backend-API-Anfragen. Das Repository ist als Boilerplate strukturiert, um eine vorkonfigurierte Grundlage für die Full-Stack-Webentwicklung zu bieten.
Provides a starter template for building full-stack web applications using React, Node.js, and Express.