awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
High-Performance Server · Awesome GitHub Repositories

3 repos

Awesome GitHub RepositoriesHigh-Performance Server

Runtimes optimized for low-latency network I/O and high-throughput request handling.

Explore 3 awesome GitHub repositories matching programming languages & runtimes · High-Performance Server. Refine with filters or upvote what's useful.

  1. Home
  2. Programming Languages & Runtimes
  3. Runtime Execution Environments
  4. Runtime Environments
  5. Runtimes
  6. Deployment-Specific Runtimes
  7. High-Performance Server

Awesome High-Performance Server GitHub Repositories

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

    denoland/deno

    106,258GitHubView on GitHub↗

    Deno is a high-performance runtime for JavaScript and TypeScript that prioritizes security and developer productivity. Built on the V8 engine, it provides a secure execution environment that enforces a default-deny security model, requiring explicit user authorization for access to system resources like the file system

    Implements a default-deny security model to protect high-performance server-side applications from unauthorized resource access.

    Rustdenojavascriptrust
  • oven-sh/bun

    oven-sh/bun

    87,491GitHubView on GitHub↗

    Bun is a high-performance runtime environment designed to execute JavaScript and TypeScript applications with minimal latency and high throughput. Built on a native core implemented in Zig, it provides a unified execution engine that leverages JavaScriptCore for efficient memory management and low-latency startup. The

    Powers high-performance network services with native HTTP, WebSocket, and database connectivity.

    Zigbunbundlerjavascript
  • spring-projects/spring-boot

    spring-projects/spring-boot

    80,046GitHubView on GitHub↗

    Spring Boot is an opinionated application framework designed to streamline the creation of production-ready services. It functions as a comprehensive development platform that utilizes a centralized dependency injection container to manage object lifecycles and wiring. By employing convention-over-configuration, the fr

    Embeds web servers directly into the application artifact, eliminating the need for external server installations and simplifying infrastructure management.

    Javaframeworkjavaspring

Explore sub-tags

  • Embedded Server RuntimesSelf-contained execution environments that bundle web servers directly into the application.
  • Secure Server-Side RuntimesServer-side runtimes that utilize default-deny security models to restrict access to system resources.