8000 GitHub - weave-lab/libnsq: async C client library for NSQ
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

weave-lab/libnsq

 
 

Repository files navigation

pipeline status coverage report

Installation

go get weavelab.xyz/libnsq

For more information on weavelab.xyz, see the projects readme.

libnsq

async C client library for NSQ

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

About

async C client library for NSQ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.2%
  • Makefile 0.8%
0