C Asynchronous Event Loop

Open-source C projects categorized as Asynchronous Event Loop

Top 3 C Asynchronous Event Loop Projects

Asynchronous Event Loop
  1. libuv

    Cross-platform asynchronous I/O

    Project mention: The many, many, many JavaScript runtimes of the last decade | news.ycombinator.com | 2025-07-27

    I'm not familiar with the term "context tracking", and management of the event loop is a bit lower level than I normally go, but I do know several runtimes use libuv (https://libuv.org) to handle asynchronous I/O, the same as Node.js (which it was created for).

    I'm sure there will be JavaScript runtimes out there using some of Rust's asynchronous schedulers like tokio (https://docs.rs/tokio/latest/tokio/), too, but I wouldn't be surprised if a large number of them just do things bespoke.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. libevent

    Event notification library

  4. libev

    Full-featured high-performance event loop loosely modelled after libevent

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C Asynchronous Event Loop discussion

Log in or Post with

C Asynchronous Event Loop related posts

  • The many, many, many JavaScript runtimes of the last decade

    9 projects | news.ycombinator.com | 27 Jul 2025
  • JavaScript's Asynchronous Execution: V8 and the Event Loop

    2 projects | dev.to | 4 Jul 2025
  • NodeJS Fundamentals: event loop

    2 projects | dev.to | 20 Jun 2025
  • Bare: Run JavaScript Everywhere

    8 projects | news.ycombinator.com | 2 Apr 2025
  • Node.js Event Loop: The Key to Scalable and Efficient Applications

    1 project | dev.to | 11 Mar 2025
  • libuv e Lua

    2 projects | dev.to | 27 Jan 2025
  • Ask HN: Why hasn't the JavaScript event loop model scaled horizontally?

    1 project | news.ycombinator.com | 19 Nov 2024
  • A note from our sponsor - SaaSHub
    www.saashub.com | 1 Sep 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Asynchronous Event Loop projects in C? This list will help you:

# Project Stars
1 libuv 25,729
2 libevent 11,647
3 libev 1,739

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that C is
the 6th most popular programming language
based on number of references?