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
·

4 Repos

Awesome GitHub RepositoriesWeb Deployment Services

Tools and services for deploying web applications, including environment configuration and bundle management.

Distinguishing note: Focuses on the deployment and environment management lifecycle for web-based projects, distinct from general mobile build tools.

Explore 4 awesome GitHub repositories matching web development · Web Deployment Services. Refine with filters or upvote what's useful.

Awesome Web Deployment Services GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • expo/expoAvatar von expo

    expo/expo

    50,111Auf GitHub ansehen↗

    Expo is a universal mobile framework designed to build native iOS and Android applications from a single codebase using web-standard technologies. It provides a comprehensive development environment that includes a unified runtime for testing, cloud-based infrastructure for compiling and signing native binaries, and automated tools for managing the entire mobile release lifecycle, including app store submission. The framework distinguishes itself through a plugin-based native configuration engine that programmatically modifies project files, allowing developers to integrate native modules wit

    Enables the deployment of web projects with integrated environment variable management for client-side and server-side configurations.

    TypeScriptandroidapp-frameworkexpo
    Auf GitHub ansehen↗50,111
  • wasmerio/wasmerAvatar von wasmerio

    wasmerio/wasmer

    20,421Auf GitHub ansehen↗

    Wasmer is a high-performance runtime engine designed to execute sandboxed WebAssembly modules across server-side, edge, and browser environments. It functions as a comprehensive platform for building, distributing, and running isolated applications, providing a secure and portable execution layer that maintains consistency across diverse hardware architectures and operating systems. The platform distinguishes itself through a robust toolchain that enables cross-language interoperability and the transformation of code into portable binary packages. It supports ahead-of-time binary generation t

    Provisions ready-to-use environments for common frameworks and static site generators to accelerate service deployment.

    Rustemscriptenlinuxmacos
    Auf GitHub ansehen↗20,421
  • gfx-rs/wgpuAvatar von gfx-rs

    gfx-rs/wgpu

    17,382Auf GitHub ansehen↗

    This project is a cross-platform graphics and compute framework that provides a unified, hardware-agnostic abstraction layer for rendering and parallel processing. It enables developers to build high-performance applications that execute consistently across diverse operating systems and hardware backends, including Vulkan, Metal, and DirectX. By mapping high-level graphics commands to native APIs, it serves as a portable foundation for both real-time 3D rendering and general-purpose GPU computing. The framework distinguishes itself through a robust architecture that supports both native deskt

    Compiles native code into web assembly modules to execute graphics applications directly within a browser.

    Rustd3d12gpuhacktoberfest
    Auf GitHub ansehen↗17,382
  • quarkusio/quarkusAvatar von quarkusio

    quarkusio/quarkus

    15,479Auf GitHub ansehen↗

    Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications. It utilizes ahead-of-time native compilation to transform Java code into standalone, optimized binaries that eliminate the need for a virtual machine, enabling rapid startup and reduced memory consumption. By performing code augmentation during the build phase, it shifts heavy processing tasks away from runtime, ensuring that applications are optimized for cloud-native environments. The framework distinguishes itself through a unified approach to reactive and imperative program

    Hosts containerized web applications on platforms providing automatic load balancing and horizontal scaling.

    Javacloud-nativehacktoberfestjava
    Auf GitHub ansehen↗15,479
  1. Home
  2. Web Development
  3. Web Deployment Services

Unter-Tags erkunden

  • WebAssembly Graphics DeployersTools for compiling and packaging graphics code into WebAssembly modules for browser execution. **Distinct from Web Deployment Services:** Distinct from Web Deployment Services: focuses on the specific compilation of native graphics code to WebAssembly.