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

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

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

thinkjs/thinkjs

0
View on GitHub↗
5,272 نجوم·615 تفرعات·JavaScript·MIT·5 مشاهداتthinkjs.org↗

Thinkjs

ThinkJS هو إطار عمل ويب من جانب الخادم مصمم لبناء التطبيقات على بيئة تشغيل Node.js. يعمل كمنصة تطوير تدعم TypeScript ومعايير ECMAScript الحديثة لإنشاء خدمات خلفية مستقرة وقابلة للصيانة.

يستخدم إطار العمل بنية تطبيق متعددة الطبقات تفصل الاهتمامات إلى طبقات المتحكم (Controller)، والخدمة (Service)، والنموذج (Model). يستفيد من نموذج خدمة محقون بالاعتماديات (Dependency Injection) لإدارة الخدمات الفردية (Singletons) ونظام قائم على البرمجيات الوسيطة (Middleware) لمعالجة الطلبات وتوجيه المسارات.

يتم دعم التطوير بواسطة خط أنابيب بناء يقوم بتحويل ميزات JavaScript الحديثة ويستفيد من الكتابة الساكنة (Static Typing) لاكتشاف الأخطاء أثناء عملية البناء.

Features

  • Node.js Server Frameworks - Provides an architectural framework specifically designed for building scalable and maintainable Node.js server applications.
  • Backend Engineering - Implements backend engineering practices using TypeScript to ensure type safety and better tooling for server-side systems.
  • Layered Architectures - Employs a layered architecture that separates concerns into controller, service, and model tiers to decouple business logic from routing.
  • Typed Server Frameworks - Offers a typed development environment for building stable backend applications on the Node.js runtime.
  • Request Middleware - Utilizes a middleware-based system to process incoming HTTP requests through a sequence of isolated functions.
  • Request Routing - Maps incoming URL patterns to specific controller methods using a centralized routing table.
  • Server-Side Application Toolkits - Provides a comprehensive toolkit for constructing stable and maintainable server-side applications and microservices.
  • Server-Side Frameworks - Serves as a comprehensive server-side framework for defining business logic and backend services.
  • ECMAScript Standard Applications - Supports the latest ECMAScript standards to allow the use of modern language features in server-side development.
  • ES Module to CommonJS Converters - Provides a build pipeline that transpiles modern ES module syntax into CommonJS for compatibility with the Node.js runtime.
  • Service Injection Patterns - Implements a dependency-injection system to manage the lifecycle and sharing of singleton services across application components.
  • Static Type Systems - Integrates TypeScript's static type system to catch errors at compile time and improve backend code maintainability.
  • Server Frameworks - Framework for building Node.js applications.
  • Web Frameworks - Node.js web framework designed for enterprise-level development efficiency.

سجل النجوم

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

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

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

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

Start searching with AI

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

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Thinkjs.
  • kamilmysliwiec/nestالصورة الرمزية لـ kamilmysliwiec

    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

    TypeScript
    عرض على GitHub↗75,872
  • lukeed/polkaالصورة الرمزية لـ lukeed

    lukeed/polka

    5,585عرض على GitHub↗

    Polka is a minimalist Node.js web framework and HTTP routing engine. It provides a small-footprint server implementation designed for low overhead, mapping URL paths and HTTP methods to specific handler functions. The project utilizes a middleware-based architecture, processing requests through a sequence of functions to handle tasks such as logging, authorization, and data modification. It allows for the organization of these functions into global and path-filtered groups to control execution order. The framework covers core web capabilities including route parameter extraction, request URL

    JavaScript
    عرض على GitHub↗5,585
  • chenshenhai/koa2-noteالصورة الرمزية لـ chenshenhai

    chenshenhai/koa2-note

    5,161عرض على GitHub↗

    koa2-note is a project focused on Koa2 web server development and Node.js asynchronous programming. It provides a framework for building web servers and APIs using an asynchronous middleware pipeline to handle request and response cycles. The project emphasizes a layered backend architecture that decouples routing, business services, and data models. It distinguishes itself through the integration of relational databases for persisting user sessions and application data, alongside a build process that includes JSX-to-JavaScript compilation for frontend assets. The capability surface covers b

    course-noteskoakoa2
    عرض على GitHub↗5,161
  • senchalabs/connectالصورة الرمزية لـ senchalabs

    senchalabs/connect

    9,888عرض على GitHub↗

    Connect is an HTTP middleware framework and routing library designed as a wrapper for the Node.js HTTP server. It serves as a middleware composition engine that allows for the creation of chains of request handlers to process HTTP traffic and manage application errors. The framework enables the orchestration of pluggable functions to execute security, logic, and routing rules in a specific sequence. It provides the ability to match incoming request URLs to specific logic handlers based on path prefixes. The system covers broader capabilities including centralized error handling to ensure con

    JavaScriptjavascriptnodejs
    عرض على GitHub↗9,888
عرض جميع البدائل الـ 30 لـ Thinkjs→

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

ما هي وظيفة thinkjs/thinkjs؟

ThinkJS هو إطار عمل ويب من جانب الخادم مصمم لبناء التطبيقات على بيئة تشغيل Node.js. يعمل كمنصة تطوير تدعم TypeScript ومعايير ECMAScript الحديثة لإنشاء خدمات خلفية مستقرة وقابلة للصيانة.

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

الميزات الرئيسية لـ thinkjs/thinkjs هي: Node.js Server Frameworks, Backend Engineering, Layered Architectures, Typed Server Frameworks, Request Middleware, Request Routing, Server-Side Application Toolkits, Server-Side Frameworks.

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

تشمل البدائل مفتوحة المصدر لـ thinkjs/thinkjs: kamilmysliwiec/nest — Nest is an enterprise Node.js framework designed for building scalable and maintainable server-side applications. It… lukeed/polka — Polka is a minimalist Node.js web framework and HTTP routing engine. It provides a small-footprint server… chenshenhai/koa2-note — koa2-note is a project focused on Koa2 web server development and Node.js asynchronous programming. It provides a… senchalabs/connect — Connect is an HTTP middleware framework and routing library designed as a wrapper for the Node.js HTTP server. It… koajs/koa — Koa is a lightweight web framework for Node.js designed for building HTTP applications and servers. It functions as an… balderdashy/sails — Sails is an enterprise Node.js web framework designed for building scalable applications using a model-view-controller…