awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
meanjs avatar

meanjs/meanArchived

0
View on GitHub↗
4,841 Stars·1,934 Forks·JavaScript·MIT·7 Aufrufemeanjs.org↗

Mean

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 management through local user authentication and OAuth integration for social logins.

The system covers a broad range of capabilities, including model-view-controller architecture, environment-driven configuration, and automated test execution for server-side logic. Additional functionality includes containerized deployment for consistent environments, static asset management, and TLS traffic encryption for secure communication.

Features

  • Full-Stack Web Bootstrapping - Initializes a pre-integrated full-stack architecture combining MongoDB, Express, AngularJS, and Node.js.
  • Full Stack Node.js Frameworks - Integrates MongoDB, Express, AngularJS, and Node.js into a comprehensive full-stack framework for rapid web development.
  • Document-Based Storage - Utilizes a flexible document-based storage model via MongoDB for non-relational data management.
  • Web Component Scaffolding - Generates structured folders and boilerplate files for AngularJS modules, views, and services.
  • Component Scaffolding - Generates standardized directory structures and boilerplate files for models, controllers, and views.
  • Express Backend Scaffolders - Generates Express backend directory structures and boilerplate files for models, controllers, and routes.
  • Full-Stack Application Scaffolders - Automates the generation of complete project skeletons combining frontend and backend technologies.
  • Integrated User Management - Ships built-in systems for managing user accounts, local credential validation, and OAuth-based social logins.
  • Model-View-Controller Frameworks - Implements a Model-View-Controller architecture to decouple data logic from the user interface.
  • Client-Side Template Rendering - Binds data to HTML views using an AngularJS frontend framework for dynamic client-side rendering.
  • Node.js Server Frameworks - Implements a server-side architecture for managing request routing, middleware processing, and environment configurations.
  • CRUD Application Generators - Provides a generator that automates the creation of frontend and backend files for implementing CRUD functionality.
  • CRUD Scaffolding Generators - Provides a generator to automatically scaffold full-stack CRUD modules, including views and controllers.
  • Automatic Route Registration - Automatically registers API routes and server components during the application bootstrap process.
  • Containerized Application Deployments - Packages the application into portable container images to ensure consistent environments from development to production.
  • Environment Configuration Management - Maintains distinct configuration variables and files for development, testing, and production stages.
  • User Identity Verification - Verifies user identities through local credentials and third-party identity providers.
  • OAuth Provider Integrations - Integrates with external social platform accounts for authentication using OAuth protocols.
  • OAuth Integrations - Integrates external identity providers for user authentication via standardized OAuth protocols.
  • Environment Variable-Based Configuration - Uses environment variables to switch between development, testing, and production configuration modes.
  • Automatic Module Loading - Automatically registers and loads server modules and routes during startup to minimize manual configuration.
  • Frontend Boilerplates - Provides a pre-integrated AngularJS client-side structure for organizing views, services, and components.
  • Automated Test Execution - Executes comprehensive server and client test suites to verify logic and interface stability.
  • Server-Side Logic Testing - Runs asynchronous server-side tests using behavior-driven development syntax to ensure functional correctness.
  • Full-Stack Test Runners - Executes automated server and client tests from a unified process to verify business logic and interface stability.
  • HTTP Request Routing - Provides a routing system that maps URLs and HTTP methods to specific handler functions.
  • Request Middleware - Implements a middleware pipeline for processing HTTP requests, including body parsing and session management.
  • Language Drivers - Full-stack framework integrating the database with Node.js.

Star-Verlauf

Star-Verlauf für meanjs/meanStar-Verlauf für meanjs/mean

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Mean

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Mean.
  • azat-co/practicalnodeAvatar von azat-co

    azat-co/practicalnode

    3,787Auf GitHub ansehen↗

    Practicalnode is a comprehensive educational resource and backend development framework for mastering server-side programming with Node.js. It provides a structured approach to building scalable network services, REST APIs, and real-time applications using asynchronous JavaScript. The project serves as a detailed implementation guide for several core backend patterns, including MongoDB data modeling and the construction of REST API development kits. It emphasizes a specific workflow for Docker containerization and offers a variety of strategies for managing user identity through stateless tok

    JavaScriptapressawsaws-ec2
    Auf GitHub ansehen↗3,787
  • nswbmw/n-blogAvatar von nswbmw

    nswbmw/N-blog

    15,392Auf GitHub ansehen↗

    N-blog is a full-stack JavaScript blogging platform and content management system built with Node.js. It functions as a server-side rendered web application that renders markdown source text into HTML for publishing and displaying articles. The system includes a markdown blogging engine that enables the creation and management of posts and user comments. It features a integrated user authentication system that handles account registration, secure sign-in, and session management to protect private routes. The project covers broad capability areas including request routing and middleware pipel

    JavaScriptblogcourseexpress
    Auf GitHub ansehen↗15,392
  • goravel/goravelAvatar von goravel

    goravel/goravel

    4,749Auf GitHub ansehen↗

    Goravel is a full-featured development scaffold and framework for building web applications, REST APIs, and gRPC services using the Go programming language. It implements a model-view-controller architecture and provides a comprehensive toolkit for high-performance remote procedure call servers and clients. The framework is distinguished by its extensive integrated ecosystem, which includes a fluent object-relational mapper for database management and a dedicated command-line interface toolkit for administrative automation and project scaffolding. It features a driver-based service abstractio

    Goapiframeworkgo
    Auf GitHub ansehen↗4,749
  • moleculerjs/moleculerAvatar von moleculerjs

    moleculerjs/moleculer

    6,373Auf GitHub ansehen↗

    Moleculer is a Node.js microservices framework designed for building distributed systems. It functions as a distributed service broker, task orchestrator, and service mesh framework, enabling a decentralized architecture with built-in service discovery and load balancing. The project differentiates itself through a pluggable transport layer supporting protocols such as NATS, Redis, TCP, and Kafka, as well as a dedicated microservices API gateway that maps external HTTP and WebSocket requests to internal service actions. It includes built-in fault tolerance mechanisms, including circuit breake

    JavaScript
    Auf GitHub ansehen↗6,373
Alle 30 Alternativen zu Mean anzeigen→

Häufig gestellte Fragen

Was macht meanjs/mean?

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.

Was sind die Hauptfunktionen von meanjs/mean?

Die Hauptfunktionen von meanjs/mean sind: Full-Stack Web Bootstrapping, Full Stack Node.js Frameworks, Document-Based Storage, Web Component Scaffolding, Component Scaffolding, Express Backend Scaffolders, Full-Stack Application Scaffolders, Integrated User Management.

Welche Open-Source-Alternativen gibt es zu meanjs/mean?

Open-Source-Alternativen zu meanjs/mean sind unter anderem: azat-co/practicalnode — Practicalnode is a comprehensive educational resource and backend development framework for mastering server-side… nswbmw/n-blog — N-blog is a full-stack JavaScript blogging platform and content management system built with Node.js. It functions as… goravel/goravel — Goravel is a full-featured development scaffold and framework for building web applications, REST APIs, and gRPC… moleculerjs/moleculer — Moleculer is a Node.js microservices framework designed for building distributed systems. It functions as a… poem-web/poem — Poem is a comprehensive toolkit for building type-safe web applications, APIs, and servers using the Rust programming… rails-api/rails-api — This is a streamlined Ruby on Rails framework designed for building lightweight backend services and JSON endpoints.…