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
·

2 Repos

Awesome GitHub RepositoriesUnix Socket HTTP APIs

Exposes an HTTP endpoint on a Unix socket to retrieve runtime information, container details, configuration, and debug data.

Distinct from HTTP API Integrations: Distinct from HTTP API Integrations: exposes a runtime status API over a Unix socket, not general HTTP integration patterns.

Explore 2 awesome GitHub repositories matching web development · Unix Socket HTTP APIs. Refine with filters or upvote what's useful.

Awesome Unix Socket HTTP APIs GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • cri-o/cri-oAvatar von cri-o

    cri-o/cri-o

    5,629Auf GitHub ansehen↗

    CRI-O is an open-source container runtime that implements the Kubernetes Container Runtime Interface (CRI) to manage container images, pods, and containers on cluster nodes using OCI-compatible runtimes. It serves as a node-level container manager that handles image pulling, container lifecycle, and resource monitoring for Kubernetes clusters, running containers according to the Open Container Initiative specifications. The runtime distinguishes itself through live configuration reloading that applies changes to runtime definitions, registry mirrors, and TLS certificates without restarting th

    Exposes an HTTP endpoint on a Unix socket to retrieve runtime information, container details, configuration, and debug data.

    Go
    Auf GitHub ansehen↗5,629
  • lxc/lxdAvatar von lxc

    lxc/lxd

    5,554Auf GitHub ansehen↗

    LXD is a unified platform for managing both system containers and virtual machines through a single REST API and command-line interface. It provides a programmatic HTTP interface for controlling the full lifecycle of instances, enabling automation and integration with external tools. The system runs unprivileged containers with per-instance UID/GID mappings, seccomp filters, and AppArmor profiles for kernel-level isolation, while supporting multiple storage backends including directory, Btrfs, LVM, ZFS, Ceph, LINSTOR, and TrueNAS through a unified driver interface. The platform distinguishes

    Exposes a full management API over both local Unix sockets and remote HTTPS with TLS client authentication.

    Go
    Auf GitHub ansehen↗5,554
  1. Home
  2. Web Development
  3. HTTP API Integrations
  4. Unix Socket HTTP APIs

Unter-Tags erkunden

  • Dual Socket APIsExposes a full management API over both local Unix sockets and remote HTTPS, using TLS client certificates for authentication. **Distinct from Unix Socket HTTP APIs:** Distinct from Unix Socket HTTP APIs: supports both Unix socket and HTTPS access, not just Unix socket.