awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to simonh1000/angular-http-server

Open-source alternatives to Angular Http Server

26 open-source projects similar to simonh1000/angular-http-server, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Angular Http Server alternative.

  • thdang1009/ngx-offline-indicatorthdang1009 का अवतार

    thdang1009/ngx-offline-indicator

    1GitHub पर देखें↗

    This is the development workspace for the ngx-offline-indicator Angular library.

    TypeScript
    GitHub पर देखें↗1
  • ahsanayaz/ngx-device-detectorAhsanAyaz का अवतार

    AhsanAyaz/ngx-device-detector

    559GitHub पर देखें↗

    An Angular v7+ library to detect the device, OS, and browser details.

    TypeScript
    GitHub पर देखें↗559
  • alphapixel/slughornAlphaPixel का अवतार

    AlphaPixel/slughorn

    7GitHub पर देखें↗

    Library for shoehorning the Slug text/graphics GPU rendering library into projects.

    C++
    GitHub पर देखें↗7
  • cemyuksel/cycodebasecemyuksel का अवतार

    cemyuksel/cyCodeBase

    324GitHub पर देखें↗

    An open source programming resource intended for graphics programmers.

    C++
    GitHub पर देखें↗324
  • chillaranand/weather-on-terminalC

    ChillarAnand/Weather-on-Terminal

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • chlumsky/msdfgenChlumsky का अवतार

    Chlumsky/msdfgen

    4,843GitHub पर देखें↗

    msdfgen is a set of tools for converting fonts, SVG paths, and vector contours into monochrome or multi-channel distance field image representations. It functions as a vector graphics texture tool and glyph rasterizer designed to maintain sharp edges at any scale. The project specifically provides a multi-channel signed distance field generator that converts vector shapes and font glyphs into textures that preserve sharp corners and high-fidelity details for real-time rendering. The system covers a range of conversion capabilities, including the transformation of font files and SVG paths int

    C++
    GitHub पर देखें↗4,843

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • cieslarmichal/faker-cxxcieslarmichal का अवतार

    cieslarmichal/faker-cxx

    420GitHub पर देखें↗

    Faker C++

    C++
    GitHub पर देखें↗420
  • electronicarts/eastlelectronicarts का अवतार

    electronicarts/EASTL

    9,273GitHub पर देखें↗

    EASTL is a C++ Standard Template Library implementation consisting of containers, iterators, and algorithms. It provides cross-platform data structures and a template-based algorithm library designed for use in resource-constrained game engine environments. The library focuses on game engine memory management, providing specialized utilities that ensure predictable memory allocation and high-performance access for real-time applications. These containers maintain consistent behavior across different operating systems and hardware platforms. The project covers high-performance C++ development

    C++c-plus-plusc-plus-plus-11c-plus-plus-14
    GitHub पर देखें↗9,273
  • emscripten-core/emscriptenE

    emscripten-core/emscripten

    0GitHub पर देखें↗

    Main project page:

    GitHub पर देखें↗0
  • facebook/yogafacebook का अवतार

    facebook/yoga

    18,781GitHub पर देखें↗

    Yoga is an embeddable UI layout library and engine that implements the flexible box model used in web standards. It functions as a cross-platform tool for computing user interface geometry, calculating element sizes and positions without relying on a specific operating system's rendering. The engine provides a portable C++ core to ensure identical layout calculations across Android, iOS, and the web. It utilizes an abstract node interface to separate the layout logic from the host UI framework, allowing it to be integrated into native applications. The system manages interface rendering thro

    C++
    GitHub पर देखें↗18,781
  • g-truc/glmg-truc का अवतार

    g-truc/glm

    10,710GitHub पर देखें↗

    This project is a header-only C++ library designed for graphics mathematics, providing a comprehensive suite of vector, matrix, and quaternion types. It is built using template metaprogramming to generate mathematical primitives at compile time, eliminating the need for precompiled binary libraries and allowing for direct integration into existing build systems. The library is distinguished by its strict adherence to the OpenGL Shading Language specification, ensuring that mathematical results remain consistent across both CPU and GPU code. It provides specialized utilities for managing float

    C++cppcpp-libraryglm
    GitHub पर देखें↗10,710
  • gabime/spdloggabime का अवतार

    gabime/spdlog

    28,922GitHub पर देखें↗

    spdlog is a high-performance C++ logging library designed to record diagnostic messages and application events. It serves as an asynchronous logging framework and thread-safe library that coordinates access across concurrent threads to maintain message integrity. The project functions as a multi-target log router, distributing single events to multiple destinations such as consoles, files, and system daemons. It includes a log rotation manager that handles file lifecycles through basic, rotating, or daily rollover strategies to prevent disk exhaustion. The library covers a broad range of cap

    C++cppcpp11header-only
    GitHub पर देखें↗28,922
  • greg7mdp/parallel-hashmapgreg7mdp का अवतार

    greg7mdp/parallel-hashmap

    3,192GitHub पर देखें↗

    A family of header-only, very fast and memory-friendly hashmap and btree containers.

    C++
    GitHub पर देखें↗3,192
  • harfbuzz/harfbuzzharfbuzz का अवतार

    harfbuzz/harfbuzz

    5,800GitHub पर देखें↗

    HarfBuzz is a text shaping engine that converts Unicode text into correctly positioned glyphs for any writing system. It processes OpenType layout features, substitution rules, and positioning tables to produce shaped glyph sequences from font data, and also handles Apple Advanced Typography font tables. The library provides a stable C API that abstracts over platform-specific font access and rendering backends, and includes a font table caching layer to avoid redundant parsing during repeated shaping operations. The project implements script-specific shaping logic for complex writing systems

    C++
    GitHub पर देखें↗5,800
  • ioquatix/rubydnsioquatix का अवतार

    ioquatix/rubydns

    727GitHub पर देखें↗

    A DSL for building fun, high-performance DNS servers.

    Ruby
    GitHub पर देखें↗727
  • jkuhlmann/gainputjkuhlmann का अवतार

    jkuhlmann/gainput

    896GitHub पर देखें↗

    Gainput

    C++
    GitHub पर देखें↗896
  • leethomason/tinyxml2leethomason का अवतार

    leethomason/tinyxml2

    5,771GitHub पर देखें↗

    TinyXML-2 is a lightweight C++ library for parsing, manipulating, and generating XML documents. It functions as a UTF-8 XML processor that represents data through a hierarchical Document Object Model. The library provides tools for both DOM parsing and direct document generation via data streams. It includes capabilities for navigating the XML tree to locate specific elements, modifying attributes and content, and resolving character entities and Unicode numeric references into UTF-8 text. The processor includes syntax validation and diagnostic utilities that track line-number metadata for e

    C++
    GitHub पर देखें↗5,771
  • martinmoene/any-litemartinmoene का अवतार

    martinmoene/any-lite

    154GitHub पर देखें↗

    Contents - Example usage - In a nutshell - License - Dependencies - Installation - Synopsis - Features - Reported to work with - Building the tests - Other implementations of any - Notes and references - Appendix

    C++
    GitHub पर देखें↗154
  • mas-bandwidth/yojimboM

    mas-bandwidth/yojimbo

    2,692GitHub पर देखें↗

    yojimbo is a network library for client/server games written in C++.

    C
    GitHub पर देखें↗2,692
  • mouradmourafiq/mftpM

    mouradmourafiq/mftp

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • packetfu/packetfupacketfu का अवतार

    packetfu/packetfu

    393GitHub पर देखें↗

    PacketFu, a mid-level packet manipulation library for Ruby

    Ruby
    GitHub पर देखें↗393
  • tapasweni-pathak/scriptsT

    tapasweni-pathak/Scripts

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • valvesoftware/gamenetworkingsocketsValveSoftware का अवतार

    ValveSoftware/GameNetworkingSockets

    9,705GitHub पर देखें↗

    GameNetworkingSockets is a UDP networking library providing secure transport, peer discovery, and traffic control systems. It implements a networking layer for reliable and unreliable messaging over UDP, including tools for message fragmentation and reassembly. The project features a peer-to-peer NAT traversal tool for establishing direct host-to-host connections by punching through firewalls and network address translation layers. It secures network traffic through encrypted transport and secure key exchange. The library includes a traffic manager to organize data into prioritized lanes to

    C++game-developmentnetworkingpeer-to-peer
    GitHub पर देखें↗9,705
  • wgois/oiswgois का अवतार

    wgois/OIS

    280GitHub पर देखें↗

    Cross Platform Object Oriented Input Lib System. Meant to be very robust and compatible with many systems and operating systems.

    C++
    GitHub पर देखें↗280
  • yhirose/cpp-httplibyhirose का अवतार

    yhirose/cpp-httplib

    16,597GitHub पर देखें↗

    This is a header-only C++ library that provides implementations for HTTP clients, HTTP servers, and a WebSocket framework. It allows for the creation of network services and the consumption of remote APIs without requiring a separate compilation step or external binary linking. The project features backend-agnostic TLS integration for secure HTTPS and WSS communication and employs a thread-pool model to process concurrent requests. It distinguishes itself with a full-duplex WebSocket state-machine and a middleware-based request pipeline that supports regular-expression path routing. The libr

    C++
    GitHub पर देखें↗16,597
  • alexdalitz/dnsrubyalexdalitz का अवतार

    alexdalitz/dnsruby

    206GitHub पर देखें↗

    Dnsruby is a feature-complete DNS(SEC) client for Ruby, as used by many of the world's largest DNS registries and the OpenDNSSEC project

    Ruby
    GitHub पर देखें↗206