Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Low Latency

Low Latency

147 projects

Showing 36 of 147 projects

scrcpy
scrcpyC

Mirror and control Android devices from a computer without root access.

#android-mirroring#open-source#recording
Stars143.2k
Forks13.2k
Last commit10 days ago
Sunshine
SunshineC++

A self-hosted game streaming server for Moonlight clients, offering low-latency streaming with hardware encoding support.

#remote-desktop#winget pkg#game-streaming
Stars37.8k
Forks2.0k
Last commit1 day ago
linera-protocol
linera-protocolRust

A decentralized blockchain infrastructure for highly scalable, secure, low-latency Web3 applications.

#microchains#decentralized-infrastructure#smart-contracts
Stars32.1k
Forks2.4k
Last commit1 day ago
fasthttp
fasthttpGo

A high-performance HTTP package for Go, optimized for speed with zero memory allocations in hot paths.

#http-server#high-performance#low-latency
Stars23.4k
Forks1.8k
Last commit1 day ago
uWebSockets
uWebSocketsC++

A high-performance, secure, and standards-compliant web server for demanding real-time applications like crypto exchanges.

#web-server#high-performance#http
Stars18.9k
Forks1.9k
Last commit8 days ago
bRPC
bRPCC++

An industrial-grade, high-performance RPC framework in C++ for building scalable distributed systems.

#raft-consensus#high-performance#observability
Stars17.5k
Forks4.1k
Last commit3 days ago
Moonlight
MoonlightC++

An open-source PC client for streaming games and desktop from NVIDIA GameStream and Sunshine servers.

#remote-desktop#hardware-decoding#qt
Stars17.5k
Forks1.1k
Last commit1 day ago
QuestDB
QuestDBJava

An open-source time-series database for high-speed ingestion and low-latency SQL queries.

#database#open-source#high-performance
Stars17.0k
Forks1.6k
Last commit23 hours ago
KCP
KCPC

A fast and reliable ARQ protocol that reduces latency by 30-40% compared to TCP, at the cost of 10-20% more bandwidth.

#c-library#network-optimization#kcp
Stars16.8k
Forks2.6k
Last commit15 days ago
Apache Pulsar
Apache PulsarJava

A distributed pub-sub messaging platform with flexible messaging models, strong consistency, and multi-tenant support.

#pulsar#apache#scalable-infrastructure
Stars15.3k
Forks3.7k
Last commit1 day ago
RetroArch
RetroArchC

A cross-platform frontend for the libretro API, enabling emulators and game engines to run as modular cores.

#libretro#retroarch#c
Stars13.2k
Forks2.1k
Last commit1 day ago
mimalloc
mimallocC

A compact, high-performance general-purpose memory allocator with excellent performance and security features.

#malloc-replacement#c-library#heap-management
Stars13.1k
Forks1.1k
Last commit1 month ago
quic-go
quic-goGo

A production-ready, pure Go implementation of the QUIC and HTTP/3 protocols.

#go-library#transport-layer#secure-communication
Stars11.6k
Forks1.6k
Last commit23 hours ago
h2o
h2oC

A high-performance HTTP/1, HTTP/2, and HTTP/3 server written in C, optimized for speed and low latency.

#c-library#reverse-proxy#http-server
Stars11.5k
Forks882
Last commit4 days ago
eos
eosC++

An open-source smart contract platform enabling businesses to build high-performance decentralized applications on blockchain.

#webassembly#smart-contracts#dapp-platform
Stars11.2k
Forks3.6k
Last commit3 years ago
eos
eosC++

An open-source smart contract platform enabling businesses to build high-performance, high-security decentralized applications.

#permissioned-blockchain#webassembly#enterprise-blockchain
Stars11.2k
Forks3.6k
Last commit3 years ago
DiceDB
DiceDBC

An open-source, low-latency key/value engine built on Valkey with hierarchical storage tiers and query subscriptions.

#database#data-persistence#database-engine
Stars10.8k
Forks1.4k
Last commit1 month ago
Seastar
SeastarC++

A high-performance, event-driven C++ framework for building asynchronous, non-blocking server-side applications.

#event-driven#asynchronous-programming#multi-core
Stars9.3k
Forks1.7k
Last commit1 day ago
RisingWave
RisingWaveRust

An enterprise-grade event streaming platform that ingests, processes, and manages real-time event data with PostgreSQL compatibility and Apache Iceberg™ integration.

#stream-processing#etl-pipeline#database
Stars9.1k
Forks775
Last commit23 hours ago
RisingWaveLabs/RisingWave
RisingWaveLabs/RisingWaveRust

Enterprise-grade event streaming platform that continuously ingests, processes, and serves real-time data with Apache Iceberg™ integration.

#stream-processing#etl-pipeline#database
Stars9.1k
Forks775
Last commit22 hours ago
Aeron
AeronJava

High-performance messaging system for reliable UDP unicast, UDP multicast, and IPC transport with predictable low latency.

#messaging-system#raft-consensus#high-performance
Stars8.7k
Forks1.0k
Last commit3 days ago
BigCache
BigCacheGo

A fast, concurrent, evicting in-memory cache for Go designed to store gigabytes of data with minimal GC overhead.

#eviction-cache#hacktoberfest#http-server
Stars8.1k
Forks607
Last commit1 month ago
Fungible token examples
Fungible token examplesRust

A next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by Move.

#move-language#smart-contracts#distributed-ledger-technology
Stars7.7k
Forks11.7k
Last commit23 hours ago
Sui
SuiRust

A next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by Move.

#move-language#smart-contracts#distributed-ledger-technology
Stars7.7k
Forks11.7k
Last commit23 hours ago
Hazelcast
HazelcastJava

A unified real-time data platform combining stream processing with a fast data store for instant action on data-in-motion.

#stream-processing#hacktoberfest#hazelcast
Stars6.6k
Forks1.9k
Last commit4 days ago
JSMpeg
JSMpegJavaScript

A lightweight JavaScript video player with MPEG1/MP2 decoder for static files and low-latency WebSocket streaming.

#mpeg1-decoder#webaudio#browser-video
Stars6.5k
Forks1.4k
Last commit3 years ago
TCMalloc
TCMallocC++

Google's fast, multi-threaded malloc implementation for C and C++ memory allocation.

#system-library#memory-allocator#malloc
Stars5.2k
Forks552
Last commit3 days ago
quinn
quinnRust

A pure-Rust, async-compatible implementation of the IETF QUIC transport protocol.

#hacktoberfest#quic-protocol#tokio
Stars5.1k
Forks567
Last commit3 days ago
ExpressLRS
ExpressLRSC

An open-source, high-performance radio control link for FPV racing and RC applications using LoRa modulation.

#esp32#radio-control#open-source-hardware
Stars5.0k
Forks1.4k
Last commit5 days ago
ELRS Airport Firmware
ELRS Airport FirmwareC

An open-source, high-performance radio control link for FPV drones, offering best-in-class range and latency using LoRa modulation.

#esp32#radio-control#open-source-hardware
Stars5.0k
Forks1.4k
Last commit5 days ago
EZAudio
EZAudioObjective-C

A simple, intuitive audio visualization and processing framework for iOS and macOS built on Core Audio.

#ios#waveform-plot#audio-framework
Stars5.0k
Forks817
Last commit9 months ago
rosedb
rosedbGo

A lightweight, fast, and reliable key/value storage engine based on the Bitcask log-structured storage model.

#kv-store#database#log-structured
Stars4.9k
Forks646
Last commit3 months ago
Gamescope
GamescopeC++

A micro-compositor window manager for games that reduces latency and provides resolution scaling, originally developed for SteamOS.

#vulkan#wayland#xwayland
Stars4.8k
Forks355
Last commit7 days ago
HelixDB
HelixDBRust

An open-source graph-vector database built in Rust that unifies application data, vectors, and graphs for AI applications.

#ai#database#helix
Stars4.7k
Forks254
Last commit2 days ago
AsmJit
AsmJitC++

A C++ library for low-latency machine code generation with support for x86, x64, ARM, and AArch64 architectures.

#compiler#jit-compilation#arm
Stars4.5k
Forks580
Last commit2 months ago
kcp-go
kcp-goGo

A high-performance, crypto-secure Reliable-UDP library for Go with FEC support, designed for latency-sensitive applications.

#udp-tunneling#kcp#reliable-udp
Stars4.5k
Forks798
Last commit24 days ago
Page 1 of 5Next

Related Tags

#High Performance46#C Plus Plus26#Cross Platform21#Performance21#Rust18#Java16#Distributed Systems16#C Library15#Real Time15#High Throughput15#Networking14#Go13
Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub