awesome-repositories.com
Blog
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
·

1 dépôt

Awesome GitHub RepositoriesFile-Based Method Handlers

Exports functions named after HTTP methods in a special directory to handle requests with standard Request and Response objects.

Distinct from HTTP Methods: Distinct from HTTP Methods: focuses on file-system-based export of method handlers rather than declarative annotations.

Explore 1 awesome GitHub repository matching web development · File-Based Method Handlers. Refine with filters or upvote what's useful.

Awesome File-Based Method Handlers GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • wakujs/wakuAvatar de wakujs

    wakujs/waku

    6,330Voir sur GitHub↗

    Waku is a minimal React framework built around React Server Components. It renders components exclusively on the server for data fetching and server-side logic, then hydrates client components in the browser for interactivity. The framework supports hybrid rendering, mixing static prerendering at build time with dynamic per-request rendering within a single application, and allows independently loading slice components that can be static or dynamic. The framework distinguishes itself through its file-based routing system that defines pages, layouts, and API endpoints by placing files in a dir

    Exports functions named after HTTP methods in a special directory to handle requests with standard Request and Response objects.

    TypeScript
    Voir sur GitHub↗6,330
  1. Home
  2. Web Development
  3. HTTP Methods
  4. File-Based Method Handlers