# asio **Repository Path**: quant1x/asio ## Basic Information - **Project Name**: asio - **Description**: 轻量级网络库 - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-07 - **Last Updated**: 2025-03-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ASIO =========== - ASIO: Asynchronous (network) IO - 跨平台的event-loop golang开发库 - 基于redis ae、libev和libevent网络库,整合epoll、kqueue、IOCP以及兼容select。