awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
totaljs avatar

totaljs/framework

0
View on GitHub↗
4,365 نجوم·438 تفرعات·JavaScript·4 مشاهداتwww.totaljs.com↗

Framework

هذا إطار عمل لتطوير الويب كامل المكدس (full-stack) لـ Node.js يعتمد على بنية النموذج-العرض-المتحكم (MVC). يوفر منصة شاملة لبناء التطبيقات مع محرك عرض ديناميكي متكامل لترميز HTML، وخادم اتصال WebSocket للمراسلة ثنائية الاتجاه في الوقت الفعلي، وقاعدة بيانات NoSQL مضمنة لاستمرار هياكل البيانات المرنة دون تبعيات خارجية.

يتضمن إطار العمل معالج مهام خلفية يقوم بتفريغ العمليات المكثفة حسابياً إلى خيوط عاملة (worker threads) منفصلة للحفاظ على استجابة التطبيق. كما يتميز بسير عمل للتدويل (internationalization) لإدارة المحتوى متعدد اللغات من خلال أدوات الترجمة وتصدير البيانات الإقليمية.

يغطي النظام نطاقاً واسعاً من الإمكانيات بما في ذلك توجيه الطلبات مع خطوط أنابيب البرمجيات الوسيطة، والتحقق من صحة البيانات القائم على المخطط (schema) لكائنات الأعمال، ومعالجة الوسائط لتحويل الصور والفيديو. كما يوفر أدوات لإرسال البريد الإلكتروني بالقوالب، وتقييد الوصول القائم على IP، والضغط والدمج في الوقت المناسب للأصول الثابتة.

Features

  • Model-View-Controller Patterns - Built on the model-view-controller architecture, separating data management, UI rendering, and request handling.
  • Web Application Frameworks - Provides a comprehensive full-stack platform for building web applications using a structured MVC architecture.
  • Data Schema Definitions - Allows the definition of data structures with built-in validation rules and workflows for business logic.
  • Embedded Local Storage - Integrates an embedded NoSQL database for persisting flexible data structures without external dependencies.
  • NoSQL Data Modeling - Implements NoSQL data management using an embedded database to handle flexible data models.
  • Embedded - Includes an embedded NoSQL database for persisting flexible data structures without external dependencies.
  • Bidirectional WebSocket Streaming - Provides a WebSocket server for low-latency, bidirectional real-time data exchange between clients and servers.
  • Middleware-Based Request Pipelines - Ships a middleware-based request pipeline to process HTTP requests through sequential functions for authentication and transformation.
  • WebSocket Servers - Ships a real-time bidirectional messaging system using WebSockets and Server-Sent Events to push data to clients.
  • Data Validation Schemas - Enforces business logic and data integrity using schema-based validation for objects before persistence.
  • MVC Pattern Implementations - Implements a model-view-controller architectural pattern to decouple data management, user interfaces, and interaction logic.
  • Dynamic View Rendering - Includes a dynamic view engine that generates HTML markup supporting layouts, conditional logic, and loops.
  • Full Stack Node.js Frameworks - Offers a complete Node.js development platform integrating routing, data persistence, and MVC architectural patterns.
  • Full-Stack Web Frameworks - Provides a comprehensive full-stack web development framework for Node.js based on the MVC architecture.
  • Real-Time Communication - Implements bidirectional data exchange between clients and servers using WebSockets and Server-Sent Events.
  • Request Routing - Implements a request routing system that maps incoming network requests to specific handlers using defined paths and middleware.
  • Internationalization Workflows - Manages multi-language application content through integrated localization tools and regional data exports.
  • Just-In-Time Asset Compression - Provides just-in-time compression and merging of static scripts and stylesheets to reduce payload sizes.
  • Thread Pool Offloading - Offloads computationally expensive operations to separate worker threads to keep the main event loop responsive.
  • Asynchronous Background Processors - Offloads computationally intensive operations to separate worker threads to maintain application responsiveness.
  • Application Localization Systems - Manages multi-language support through integrated localization tools and regional data exports.
  • Background Task Execution - Executes long-running operations in background worker threads to prevent blocking the main execution thread.
  • Background Processing Workers - Offloads intensive computations to background threads to maintain application responsiveness.
  • Web Frameworks - Full-featured framework similar to Laravel or Django.

سجل النجوم

مخطط تاريخ النجوم لـ totaljs/frameworkمخطط تاريخ النجوم لـ totaljs/framework

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Framework

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Framework.
  • vibora-io/viboraالصورة الرمزية لـ vibora-io

    vibora-io/vibora

    5,592عرض على GitHub↗

    Vibora is an asynchronous Python web framework and built-in HTTP server designed for building high-performance web applications. It utilizes an asynchronous event loop and coroutines to process network requests and serve responses without requiring external server wrappers. The project features a high-performance asynchronous schema validator for request integrity, a non-blocking template engine with support for hot-reloading, and a WebSocket communication server for bidirectional real-time data exchange. The framework covers a broad range of capabilities, including modular route management

    Pythonasyncclientframework
    عرض على GitHub↗5,592
  • zendframework/zendframeworkالصورة الرمزية لـ zendframework

    zendframework/zendframework

    5,441عرض على GitHub↗

    Zend Framework is a comprehensive set of decoupled components for building modular, event-driven web applications. It implements an MVC architecture to separate business logic from the user interface and provides a structured request-handling system through a sequential middleware pipeline. The project features a factory-driven dependency injection container to automate object instantiation and manage class lifecycles. It also includes a comprehensive security suite for verifying user identities and restricting resource access using access control lists and role-based access control adapters.

    عرض على GitHub↗5,441
  • keystonejs/keystone-classicالصورة الرمزية لـ keystonejs

    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

    JavaScriptcmsjavascriptkeystonejs
    عرض على GitHub↗14,514
  • dodyg/practical-aspnetcoreالصورة الرمزية لـ dodyg

    dodyg/practical-aspnetcore

    10,382عرض على GitHub↗

    This project is a comprehensive sample library and implementation guide for ASP.NET Core. It provides a collection of practical examples and projects that demonstrate how to build web applications, RESTful APIs, and high-performance services. The repository focuses on a variety of architectural patterns, including the development of Minimal APIs, contract-first gRPC services, and real-time communication using WebSockets and Server-Sent Events. It includes detailed implementations for user identity and security, such as token-based authentication and CSRF protection. The codebase covers a bro

    C#asp-net-coreaspnet-coreaspnetcore
    عرض على GitHub↗10,382
عرض جميع البدائل الـ 30 لـ Framework→

الأسئلة الشائعة

ما هي وظيفة totaljs/framework؟

هذا إطار عمل لتطوير الويب كامل المكدس (full-stack) لـ Node.js يعتمد على بنية النموذج-العرض-المتحكم (MVC). يوفر منصة شاملة لبناء التطبيقات مع محرك عرض ديناميكي متكامل لترميز HTML، وخادم اتصال WebSocket للمراسلة ثنائية الاتجاه في الوقت الفعلي، وقاعدة بيانات NoSQL مضمنة لاستمرار هياكل البيانات المرنة دون تبعيات خارجية.

ما هي الميزات الرئيسية لـ totaljs/framework؟

الميزات الرئيسية لـ totaljs/framework هي: Model-View-Controller Patterns, Web Application Frameworks, Data Schema Definitions, Embedded Local Storage, NoSQL Data Modeling, Embedded, Bidirectional WebSocket Streaming, Middleware-Based Request Pipelines.

ما هي البدائل مفتوحة المصدر لـ totaljs/framework؟

تشمل البدائل مفتوحة المصدر لـ totaljs/framework: vibora-io/vibora — Vibora is an asynchronous Python web framework and built-in HTTP server designed for building high-performance web… zendframework/zendframework — Zend Framework is a comprehensive set of decoupled components for building modular, event-driven web applications. It… keystonejs/keystone-classic — Keystone Classic is a Node.js headless content management system and web application framework. It provides a database… dodyg/practical-aspnetcore — This project is a comprehensive sample library and implementation guide for ASP.NET Core. It provides a collection of… spine/spine — Spine is a JavaScript MVC framework and client-side library designed to organize web applications into maintainable… azat-co/practicalnode — Practicalnode is a comprehensive educational resource and backend development framework for mastering server-side…