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

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

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

alephjs/aleph.jsArchived

0
View on GitHub↗
5,188 نجوم·165 تفرعات·TypeScript·MIT·7 مشاهداتaleph.deno.dev↗

Aleph.js

aleph.js هو إطار عمل ويب كامل المكدس لوقت تشغيل Deno. يدمج المنطق من جانب الخادم والتفاعل من جانب العميل داخل بيئة واحدة لبناء تطبيقات ويب كاملة.

يعمل إطار العمل كنظام عرض من جانب الخادم ومولد مواقع ثابتة، حيث ينتج HTML معروضاً مسبقاً لتحسين رؤية محرك البحث وسرعات التحميل الأولية. يستخدم موجهاً قائماً على الملفات يقوم تلقائياً بتعيين هيكل دليل المشروع إلى عناوين URL للتطبيق لكل من الصفحات ونقاط نهاية API.

يتضمن المشروع إمكانيات لإدارة المحتوى القائم على markdown، وتحويل ملفات markdown إلى صفحات HTML منسقة. كما يدعم معالجة أوراق أنماط Less ويوفر استبدال الوحدات السريع لتحديثات التطبيق في الوقت الفعلي أثناء التطوير.

Features

  • Full-Stack Web Frameworks - Provides a comprehensive framework for building complete web applications with server-side rendering and interactivity.
  • Filesystem-to-URL Endpoint Mapping - Automatically creates URL paths for both pages and API endpoints based on the project's directory structure.
  • Deno Web Frameworks - Provides a full-stack web framework specifically designed for the Deno runtime.
  • File-System Based Routing - Implements a routing system that automatically maps project directory structures to application URLs.
  • File-Based Routers - Implements a routing system that derives application navigation structures from the directory layout.
  • Static Site Generation - Pre-renders routes into static HTML files to ensure high-performance hosting and delivery.
  • Server-Side Rendering - Generates HTML on the server to deliver pre-rendered content for faster initial loads.
  • Server-Side Rendering Frameworks - Provides a framework that enables efficient rendering of web pages on the server.
  • Static Site Generators - Produces pre-rendered HTML files during the build process to improve page load speeds.
  • Content Management Systems - Provides a markdown-based system for managing and publishing digital content as web pages.
  • Markdown Renderers - Transforms Markdown text into HTML for high-quality browser display of content.
  • Markdown to HTML Converters - Transforms markdown source files into formatted HTML pages for simplified content publishing.
  • Web Application Hot Reloading - Enables instant updates of the running web application state in the browser during development.
  • Hot Module Replacement - Provides real-time application updates during development without requiring a full page refresh.
  • Rapid Prototyping Environments - Offers an environment optimized for rapid iteration through automatic routing and instant code reloading.
  • React Server-Side Renderers - Renders application components on the server to accelerate initial page loads and improve SEO.
  • Miscellaneous Tools - Full-stack framework for Deno.

سجل النجوم

مخطط تاريخ النجوم لـ alephjs/aleph.jsمخطط تاريخ النجوم لـ alephjs/aleph.js

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

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

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

Start searching with AI

بدائل مفتوحة المصدر لـ Aleph.js

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Aleph.js.
  • vikejs/vikeالصورة الرمزية لـ vikejs

    vikejs/vike

    5,751عرض على GitHub↗

    Vike is a full-stack web framework that provides server-side rendering with client-side hydration, static site generation, and file-based routing. It operates as a plugin-based web framework with a universal JavaScript runtime, allowing the same code to run on both server and client environments. The framework distinguishes itself through its flexible data fetching capabilities, enabling data retrieval at any lifecycle point including server start, browser start, or page render. Its plugin-based extensibility allows for custom integrations and modifications without altering the core framework

    TypeScriptfull-stacknodereact
    عرض على GitHub↗5,751
  • nuxt/nuxt.jsالصورة الرمزية لـ nuxt

    nuxt/nuxt.js

    60,458عرض على GitHub↗

    Nuxt is a full-stack framework for building Vue.js applications. It serves as an application orchestrator that integrates server-side rendering, static site generation, and backend API logic within a single unified project. The framework uses a file-based routing system to automatically generate application URLs based on the project's folder and file structure. It supports multi-strategy web rendering, allowing for a combination of server-side, static, and hybrid rendering techniques to optimize page load speeds and search engine visibility. The project provides automated component discovery

    TypeScript
    عرض على GitHub↗60,458
  • nuxt-community/express-templateالصورة الرمزية لـ nuxt-community

    nuxt-community/express-template

    1,240عرض على GitHub↗

    This project is a starter template that provides a unified environment for building full-stack web applications by integrating the Vue.js framework with an Express server. It functions as a server-side rendering framework, enabling the execution of JavaScript on the server to generate HTML pages before they are delivered to the client. The template distinguishes itself by providing a cohesive architecture that bridges frontend rendering with backend API logic. It includes built-in mechanisms for server-side route protection and cookie propagation, ensuring that authentication states are maint

    Vueexpressexpressjsnuxt
    عرض على GitHub↗1,240
  • sveltejs/sapperالصورة الرمزية لـ sveltejs

    sveltejs/sapper

    6,931عرض على GitHub↗

    Sapper is a universal web application framework and server-side rendering framework for Svelte. It enables the development of applications that render views on the server for fast initial loads and hydrate them on the client for subsequent interactivity. The project features a file-based routing engine that maps URL paths to components based on the file system structure. It also functions as a static site generator, exporting production-ready HTML, CSS, and JavaScript files for hosting in environments without a live server. The framework covers full-stack development capabilities, including

    TypeScript
    عرض على GitHub↗6,931
عرض جميع البدائل الـ 30 لـ Aleph.js→

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

ما هي وظيفة alephjs/aleph.js؟

aleph.js هو إطار عمل ويب كامل المكدس لوقت تشغيل Deno. يدمج المنطق من جانب الخادم والتفاعل من جانب العميل داخل بيئة واحدة لبناء تطبيقات ويب كاملة.

ما هي الميزات الرئيسية لـ alephjs/aleph.js؟

الميزات الرئيسية لـ alephjs/aleph.js هي: Full-Stack Web Frameworks, Filesystem-to-URL Endpoint Mapping, Deno Web Frameworks, File-System Based Routing, File-Based Routers, Static Site Generation, Server-Side Rendering, Server-Side Rendering Frameworks.

ما هي البدائل مفتوحة المصدر لـ alephjs/aleph.js؟

تشمل البدائل مفتوحة المصدر لـ alephjs/aleph.js: vikejs/vike — Vike is a full-stack web framework that provides server-side rendering with client-side hydration, static site… nuxt-community/express-template — This project is a starter template that provides a unified environment for building full-stack web applications by… nuxt/nuxt.js — Nuxt is a full-stack framework for building Vue.js applications. It serves as an application orchestrator that… sveltejs/sapper — Sapper is a universal web application framework and server-side rendering framework for Svelte. It enables the… leptos-rs/leptos — Leptos is a full-stack Rust web framework designed for building reactive applications that share logic and types… sveltejs/kit — SvelteKit is a framework for full-stack web development that combines routing and server-side rendering to create…