awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
alephjs avatar

alephjs/aleph.jsArchived

0
View on GitHub↗
5,188 stars·165 forks·TypeScript·MIT·7 vuesaleph.deno.dev↗

Aleph.js

aleph.js est un framework web full-stack pour le runtime Deno. Il intègre la logique côté serveur et l'interactivité côté client au sein d'un environnement unique pour construire des applications web complètes.

Le framework fonctionne comme un système de rendu côté serveur et un générateur de site statique, produisant du HTML pré-rendu pour améliorer la visibilité sur les moteurs de recherche et les vitesses de chargement initiales. Il utilise un routeur basé sur les fichiers qui mappe automatiquement la structure du répertoire du projet aux URL de l'application pour les pages et les points de terminaison API.

Le projet inclut des capacités pour la gestion de contenu basée sur le markdown, transformant les fichiers markdown en pages HTML formatées. Il prend également en charge le traitement des feuilles de style Less et fournit le remplacement de module à chaud pour les mises à jour d'application en temps réel pendant le développement.

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.

Historique des stars

Graphique de l'historique des stars pour alephjs/aleph.jsGraphique de l'historique des stars pour alephjs/aleph.js

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait alephjs/aleph.js ?

aleph.js est un framework web full-stack pour le runtime Deno. Il intègre la logique côté serveur et l'interactivité côté client au sein d'un environnement unique pour construire des applications web complètes.

Quelles sont les fonctionnalités principales de alephjs/aleph.js ?

Les fonctionnalités principales de alephjs/aleph.js sont : 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.

Quelles sont les alternatives open-source à alephjs/aleph.js ?

Les alternatives open-source à alephjs/aleph.js incluent : 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…

Alternatives open source à Aleph.js

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Aleph.js.
  • vikejs/vikeAvatar de vikejs

    vikejs/vike

    5,751Voir sur 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
    Voir sur GitHub↗5,751
  • nuxt/nuxt.jsAvatar de nuxt

    nuxt/nuxt.js

    60,458Voir sur 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
    Voir sur GitHub↗60,458
  • nuxt-community/express-templateAvatar de nuxt-community

    nuxt-community/express-template

    1,240Voir sur 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
    Voir sur GitHub↗1,240
  • sveltejs/sapperAvatar de sveltejs

    sveltejs/sapper

    6,931Voir sur 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
    Voir sur GitHub↗6,931
  • Voir les 30 alternatives à Aleph.js→