awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • octoprint/octoprintالصورة الرمزية لـ OctoPrint

    OctoPrint/OctoPrint

    9,020عرض على 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
    عرض على GitHub↗9,020
  • javalin/javalinالصورة الرمزية لـ javalin

    javalin/javalin

    8,290عرض على 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
    عرض على GitHub↗8,290
  • thelounge/theloungeالصورة الرمزية لـ thelounge

    thelounge/thelounge

    6,274عرض على 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
    عرض على GitHub↗6,274
  • donnemartin/dev-setupالصورة الرمزية لـ donnemartin

    donnemartin/dev-setup

    6,261عرض على GitHub↗

    This project is a collection of scripts and configuration files designed to automate the deployment of developer toolsets, big data tools, and system-wide dotfiles. It serves as a provisioning system for installing languages, data analysis tools, and system dependencies across diverse programming stacks. The suite provides specialized automation for macOS developer onboarding and the setup of Python data science workflows. It includes dedicated installers for distributed processing engines like Spark and Hadoop, as well as environments for web and mobile development. The system covers a broa

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

    Python
    عرض على GitHub↗6,261
  • zalando/connexionالصورة الرمزية لـ zalando

    zalando/connexion

    4,600عرض على 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
    عرض على 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

استكشف الوسوم الفرعية

  • 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.