awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Object Extensions · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesObject Extensions

Mechanisms for dynamically adding properties or methods to existing objects or classes at runtime.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Object Extensions. Refine with filters or upvote what's useful.

  1. Home
  2. Programming Languages & Runtimes
  3. Language Features and Paradigms
  4. Language Features
  5. Object Extensions

Awesome Object Extensions GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • expressjs/express

    expressjs/express

    68,784GitHubView on GitHub↗

    Express is a minimalist web server framework that provides a foundational runtime environment for building backend web APIs and applications. It operates through a central application object that orchestrates the entire request-response lifecycle, allowing developers to define routes, manage server settings, and proces

    JavaScriptexpressjavascriptnodejs

Explore sub-tags

  • Prototype-Based ExtensionsModifications to request and response objects via prototype overrides.