C Asynchronous

Open-source C projects categorized as Asynchronous

Top 4 C Asynchronou Projects

  • libuv

    Cross-platform asynchronous I/O

    Project mention: Notes: Advanced Node.js Concepts by Stephen Grider | dev.to | 2023-08-19

    In the source code of the Node.js opensource project, lib folder contains JavaScript code, mostly wrappers over C++ and function definitions. On the contrary, src folder contains C++ implementations of the functions, which pulls dependencies from the V8 project, the libuv project, the zlib project, the llhttp project, and many more - which are all placed at the deps folder.

  • nmap

    Nmap - the Network Mapper. Github mirror of official SVN repository.

    Project mention: Sudo and Signal Propagation | news.ycombinator.com | 2023-05-24

    This reminds me of a bugfix [1] I added to nmap almost a decade ago, where runtime interaction was previously broken due to interaction with sudo and signal propagation. Was a fun rabbit-hole to figure out why the issue was happening.

    [1]: https://github.com/nmap/nmap/commit/f2e162d2245679f420b40feb...

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

  • nanomq

    An ultra-lightweight and blazing-fast MQTT broker for IoT edge

    Project mention: Get Started with MQTT over QUIC: A Quick Guide for The Next-generation IoT Standard Protocol | dev.to | 2022-12-08

    git clone https://github.com/emqx/nanomq.git cd nanomq ; git submodule update --init --recursive mkdir build && cd build cmake -G Ninja -DNNG_ENABLE_QUIC=ON .. sudo ninja install

  • swow

    Coroutine-based cross-platform concurrent I/O engine.

    Project mention: Running PHP with io_uring | /r/PHP | 2023-03-27
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). The latest post mention was on 2023-08-19.

C Asynchronous related posts

Index

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

Project Stars
1 libuv 22,231
2 nmap 8,284
3 nanomq 1,065
4 swow 1,057
Clean code begins in your IDE with SonarLint
Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
www.sonarlint.org