This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
node-kestrel
mirror of
https://github.com/brettlangdon/node-kestrel.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
4
Wiki
Activity
Kestrel client module for NodeJS
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29
Commits
1
Branch
59 KiB
JavaScript
100%
Tree:
d706c44898
master
v0.0.4
v0.0.3
v0.0.2
v0.0.1
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'd706c44898'
${ noResults }
node-kestrel
/
lib
History
Matthias Goetzke
d706c44898
messages should be read as buffers and not try to split data based on \r\n but on actual data length
12 years ago
..
connectionType.js
Finished prototyping most commands for the kestrelClient class
14 years ago
index.js
Finished prototyping most commands for the kestrelClient class
14 years ago
kestrelClient.js
messages should be read as buffers and not try to split data based on \r\n but on actual data length
12 years ago
kestrelConsumer.js
corrected consume and reliable fetch when hitting end of queue
12 years ago
kestrelProducer.js
made files pass jslint, set replaced tabs with spaces (tabs and spaces where mixed before), set indentation to 2 (as per rdahl convention)
12 years ago