# libnsq **Repository Path**: wirelesser/libnsq ## Basic Information - **Project Name**: libnsq - **Description**: No description available - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-06-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## libnsq async C client library for [NSQ][1] ### Status This is currently pretty low-level, but functional. The raw building blocks for communicating asynchronously via the NSQ TCP protocol are in place as well as a basic "reader" abstraction that facilitates subscribing and receiving messages via callback. TODO: * maintaining `RDY` count automatically * feature negotiation * better abstractions for responding to messages in your handlers ### Dependencies * [libev][2] * [libevbuffsock][3] [1]: https://github.com/bitly/nsq [2]: http://software.schmorp.de/pkg/libev [3]: https://github.com/mreiferson/libevbuffsock