You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was revisiting Riak's Protocol Buffer API and decided to use it to learn Node.JS's streaming API. I ended up using dcodeIO/ProtoBuf.js to write a nice stream-based "socket" for Riak:
This could be useful for #196 (this is a stream), #199 (uses Riak 2.0 .proto descriptions), #204 (underlying socket has keep-alive enabled), #210 (uses no native modules).
Would this library be useful to anyone?
The text was updated successfully, but these errors were encountered:
I was revisiting Riak's Protocol Buffer API and decided to use it to learn Node.JS's streaming API. I ended up using dcodeIO/ProtoBuf.js to write a nice stream-based "socket" for Riak:
https://github.com/mikepb/ripe-protobuf
This could be useful for #196 (this is a stream), #199 (uses Riak 2.0
.proto
descriptions), #204 (underlying socket has keep-alive enabled), #210 (uses no native modules).Would this library be useful to anyone?
The text was updated successfully, but these errors were encountered: