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
·

5 dépôts

Awesome GitHub RepositoriesWeb Server Launches

Launching a web server from the command line with configurable host, port, and safe mode options.

Distinct from Server CLI: Distinct from Server CLI: focuses on the launch command itself with runtime options, not general administrative CLI utilities.

Explore 5 awesome GitHub repositories matching development tools & productivity · Web Server Launches. Refine with filters or upvote what's useful.

Awesome Web Server Launches 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.
  • octoprint/octoprintAvatar de OctoPrint

    OctoPrint/OctoPrint

    9,020Voir sur GitHub↗

    OctoPrint is a web-based platform for remotely controlling and monitoring 3D printers. It provides a browser dashboard to start, pause, cancel, and track print jobs, while streaming real-time printer status, temperature, and progress updates. The system is built around a plugin-based architecture that allows extending core functionality, and it offers a documented REST API for programmatic printer control and data management. The platform distinguishes itself through its comprehensive automation and extensibility capabilities. It supports event-driven workflows that automatically execute cust

    Ships a CLI command to launch the web server with configurable host, port, and safe mode options.

    Python3d-printeroctoprintpython
    Voir sur GitHub↗9,020
  • javalin/javalinAvatar de javalin

    javalin/javalin

    8,290Voir sur GitHub↗

    Javalin is a lightweight web framework for Java and Kotlin designed for building REST APIs and web applications. It functions as an embedded Jetty web server, allowing applications to run as standalone processes without the need for an external servlet container. The project provides specialized frameworks for diverse communication patterns, including a REST API framework with automatic OpenAPI schema generation, a GraphQL API framework with query and mutation resolvers, and a WebSocket server for bidirectional real-time communication. It also includes a dedicated framework for pushing real-t

    Provides comprehensive management of the embedded Jetty server, from SSL configuration to request throttling.

    Kotlinhacktoberfestjavajavalin
    Voir sur GitHub↗8,290
  • thelounge/theloungeAvatar de thelounge

    thelounge/thelounge

    6,274Voir sur GitHub↗

    The Lounge is a self-hosted, web-based IRC client that functions as a persistent bouncer replacement, keeping users connected to IRC servers even when their browser is closed or device is offline. It runs as a Node.js backend with a WebSocket bridge that relays IRC events and commands between the server and browser, and includes a built-in HTTP and HTTPS server for direct TLS termination without an external reverse proxy. The client supports multiple user accounts on a shared server installation, with LDAP authentication for credential validation. It maintains persistent server-side IRC conne

    Launches the IRC client server on a configurable port and mode via command line.

    TypeScriptchatircirc-client
    Voir sur GitHub↗6,274
  • donnemartin/dev-setupAvatar de donnemartin

    donnemartin/dev-setup

    6,261Voir sur GitHub↗

    Ce projet est une collection de scripts et de fichiers de configuration conçus pour automatiser le déploiement d'outils de développement, d'outils Big Data et de dotfiles système. Il sert de système de provisionnement pour installer des langages, des outils d'analyse de données et des dépendances système à travers diverses piles technologiques. La suite fournit une automatisation spécialisée pour l'onboarding des développeurs macOS et la configuration de flux de travail de science des données en Python. Elle inclut des installateurs dédiés pour des moteurs de traitement distribué comme Spark et Hadoop, ainsi que des environnements pour le développement web et mobile. Le système couvre un large éventail de capacités, incluant la personnalisation de l'environnement shell, la configuration d'éditeurs de texte et de contrôle de version, et la gestion d'environnements virtuels isolés. Il fournit également une variété d'utilitaires en ligne de commande pour la gestion de fichiers, les recherches réseau et l'orchestration des dépendances système.

    Ships a utility to launch a temporary HTTP server for serving local directory files.

    Python
    Voir sur GitHub↗6,261
  • zalando/connexionAvatar de zalando

    zalando/connexion

    4,600Voir sur GitHub↗

    Connexion is a specification-driven framework for building APIs that automatically maps OpenAPI specifications to application logic. It uses these specifications to automate routing, request validation, and response serialization, linking API operations to backend handler functions via operation IDs. The project differentiates itself by providing a schema-driven mock server that simulates API behavior using example responses from the specification without requiring backend logic. It also includes a dynamic documentation hosting system that translates the API specification into a live interact

    Provides a command-line utility to launch a web server directly from an API specification file.

    Python
    Voir sur GitHub↗4,600
  1. Home
  2. Development Tools & Productivity
  3. Terminal, Shell & CLI
  4. CLI Tooling Frameworks
  5. CLI Tooling
  6. Server CLI
  7. Web Server Launches

Explorer les sous-tags

  • Embedded Server LifecyclesLaunches and terminates the embedded Jetty server programmatically, with optional graceful shutdown. **Distinct from Web Server Launches:** Distinct from Web Server Launches: focuses on programmatic lifecycle management of an embedded server, not CLI-based launches.
  • Embedded Server ManagementThe operational management of an embedded web server including SSL, throttling, and lifecycle hooks. **Distinct from Embedded Server Lifecycles:** Focuses on the holistic management and configuration of the embedded runtime rather than just the launch/stop lifecycle.