awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Runtime Control & Customization · Awesome GitHub Repositories

8 repos

Awesome GitHub RepositoriesRuntime Control & Customization

Explore 8 awesome GitHub repositories matching software engineering & architecture · Runtime Control & Customization. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Application Lifecycle Management
  4. Runtime Control & Customization

Awesome Runtime Control & Customization GitHub Repositories

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

    facebook/react

    243,179GitHubView on GitHub↗

    React is a JavaScript library for building user interfaces based on a component-driven architecture and unidirectional data flow.

    Runtime flags allow for the dynamic toggling of features and compiler optimizations without requiring rebuilds.

    JavaScriptjavascriptuifrontend
  • rustdesk/rustdesk

    rustdesk/rustdesk

    107,776GitHubView on GitHub↗

    RustDesk is a cross-platform remote desktop client that enables users to initiate and receive remote sessions. It provides a complete infrastructure for self-hosted remote access, utilizing a signaling and relay server architecture to maintain connectivity when direct peer-to-peer links are unavailable. The software is

    Modifies client-side behavior through theme selection, language localization, and automated session recording options.

    Rustandroidanydeskdart
  • syncthing/syncthing

    syncthing/syncthing

    80,036GitHubView on GitHub↗

    Syncthing is a decentralized file synchronization engine that maintains consistent data states across multiple devices through peer-to-peer mesh networking. It operates as a background daemon that automatically replicates file creations, modifications, and deletions between trusted nodes without requiring central serve

    Delegates file versioning operations to external scripts that execute whenever data is modified or removed from the system.

    Gogop2ppeer-to-peer
  • nestjs/nest

    nestjs/nest

    74,685GitHubView on GitHub↗

    Nest is a server-side framework for building scalable and maintainable enterprise-grade applications using TypeScript. It provides a modular architecture that organizes code into encapsulated, reusable modules, utilizing a dependency injection container to manage object lifecycles and resolve component dependencies thr

    Routes incoming network traffic to specific class methods designed to process and respond to HTTP requests.

    TypeScriptframeworkhacktoberfestjavascript
  • pallets/flask

    pallets/flask

    71,240GitHubView on GitHub↗

    Flask is a micro web framework designed for building web services with a flexible, lightweight structure. It functions as a standard-compliant WSGI application server, providing the essential tools required to register URL routes, handle incoming HTTP requests, and construct responses. By utilizing a central applicatio

    Exposes helper functions to access application state and propagate request-specific data into background execution contexts.

    Pythonflaskjinjapallets
  • remix-run/react-router

    remix-run/react-router

    56,250GitHubView on GitHub↗

    React Router is a navigation and data-loading framework that maps URL patterns to nested component hierarchies. It functions as a full-stack router, coordinating server-side resource fetching with client-side hydration to synchronize application state across different environments. By providing a declarative interface

    Implements conditional paths that allow teams to roll out breaking changes or new data-loading patterns incrementally while maintaining stable production performance.

    TypeScript
  • maybe-finance/maybe

    maybe-finance/maybe

    53,999GitHubView on GitHub↗

    Maybe is a self-hosted financial platform designed for private deployment, providing a centralized interface to track investments, budgets, and net worth. By running the application on your own infrastructure, you maintain full control over your sensitive financial data and privacy. The platform is delivered as a cont

    Ensures operational stability by allowing users to pin specific software releases and manage controlled upgrade paths.

    Rubyfinancehotwirepersonal-finance
  • laurent22/joplin

    laurent22/joplin

    53,497GitHubView on GitHub↗

    Joplin is an open-source, cross-platform note-taking application designed for secure, private knowledge management. It functions as a local-first productivity platform, maintaining a complete relational database on the user's device to ensure offline availability and high-performance data retrieval. The application pri

    Modify the visual environment through custom themes, plugin architectures, and flexible editor layouts to match individual workflow preferences.

    TypeScriptandroiddropboxelectron

Explore sub-tags

  • ControllersHandlers for incoming HTTP requests.
  • Request Context HelpersUtilities that allow components to access or propagate request-specific data within asynchronous or background execution flows.
  • Runtime Feature Flags1 sub-tagMechanisms for toggling application features or compiler optimizations dynamically during runtime execution.
User Interface Customizations
Options for modifying themes, editor layouts, and visual preferences.
  • Version Control SystemsMechanisms for pinning software versions and managing controlled upgrade paths for self-hosted applications.