awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 Repos

Awesome GitHub RepositoriesWeb and API Frameworks

Tools for building RESTful APIs, routing, and web-specific functionality.

Explore 7 awesome GitHub repositories matching part of an awesome list · Web and API Frameworks. Refine with filters or upvote what's useful.

Awesome Web and API Frameworks GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • timothycrosley/hugAvatar von timothycrosley

    timothycrosley/hug

    6,883Auf GitHub ansehen↗

    Hug is a type-driven Python web framework designed for building APIs. It uses Python type annotations to automatically validate and convert incoming request data and to format outgoing responses. The framework functions as an automated documentation tool by extracting function signatures and markers from source code to generate accessible API specifications. It also supports non-blocking coroutines for asynchronous API processing to handle background tasks without interrupting the main request cycle. The project provides capabilities for REST API development, including route mapping, endpoin

    Provides a full framework for building RESTful APIs with built-in routing and request handling.

    Python
    Auf GitHub ansehen↗6,883
  • forthespada/interviewguideAvatar von forthespada

    forthespada/InterviewGuide

    5,816Auf GitHub ansehen↗

    InterviewGuide is a comprehensive technical interview preparation platform that covers the full spectrum of software engineering recruitment, from foundational computer science concepts through to offer negotiation. It provides structured learning paths across algorithms, operating systems, databases, networking, and programming languages, with a particular emphasis on C++ and Go. The platform aggregates real interview experiences and company-specific questions from major tech employers, offering candidates a searchable database of past written exam problems and detailed accounts of actual int

    Teaches building RESTful APIs using Gin and Gorm for Go project-based learning.

    codecppdata-structures-and-algorithms
    Auf GitHub ansehen↗5,816
  • phalcon/rest-apiAvatar von phalcon

    phalcon/rest-api

    93Auf GitHub ansehen↗

    Sample API using Phalcon

    Implementation of an API application using the Phalcon

    PHP
    Auf GitHub ansehen↗93
  • gte451f/phalcon-json-api-packageAvatar von gte451f

    gte451f/phalcon-json-api-package

    36Auf GitHub ansehen↗

    A composer package designed to help you create a JSON:API in Phalcon

    A composer package designed to help you create a JSON:API in Phalcon

    PHP
    Auf GitHub ansehen↗36
  • phrest/apiAvatar von phrest

    phrest/api

    30Auf GitHub ansehen↗

    PhREST API

    Phalcon Framework REST API Package

    PHP
    Auf GitHub ansehen↗30
  • kahur/phalcon-autorouterAvatar von kahur

    kahur/Phalcon-autorouter

    27Auf GitHub ansehen↗

    Phalcon-autorouter

    Simple way to auto load modules without complicate definition of routes

    PHP
    Auf GitHub ansehen↗27
  • ienaga/phalconrouterAvatar von ienaga

    ienaga/PhalconRouter

    4Auf GitHub ansehen↗

    Phalcon Routering for Yaml

    Routing can be easily configured with yaml

    PHP
    Auf GitHub ansehen↗4
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Web and API Frameworks

Unter-Tags erkunden

  • Go RESTful API BuildersGuides the use of the Gin web framework and Gorm ORM for building RESTful APIs with authentication, documentation, and deployment. **Distinct from Web and API Frameworks:** Distinct from Web and API Frameworks: focuses on a specific Go-based tutorial for building RESTful APIs rather than general framework listings.