13 Commits (59c4833cf5d106375e1e6a43ca295643486b2022)

Author SHA1 Message Date
  Matthias Goetzke 24492599bd added support for values longer than one tcp data packet, also added decode setting which defaults to true and converts incoming values toString() 12 years ago
  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
  Matthias Goetzke 588b48ed3c corrected consume and reliable fetch when hitting end of queue 12 years ago
  Matthias Goetzke 0520ae6607 added reconnect when reliable read returns error 12 years ago
  Matthias Goetzke 5139306298 removed debug log 12 years ago
  Matthias Goetzke a9e74dc3ed minimal change to add /open/close reliable fetch 12 years ago
  Matthias Goetzke 925b17d61a 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
  Matthias Goetzke 5e23dc3980 added callback to client.set and producer.send 12 years ago
  Pablo Casado 7c70a9d475 Calculating message length based on bytes 12 years ago
  Brett Langdon 0af3f62c8b Updated README, finally pushed to npm 14 years ago
  Brett Langdon 38048d55ac wrote functions for kestrel producers and consumers, added examples 14 years ago
  Brett Langdon 6f559345b7 Finished prototyping most commands for the kestrelClient class 14 years ago
  Brett Langdon a83697b08a created different module structure including a raw client, a message consumer and message producer 14 years ago
  Brett Langdon 1859bdd331 Initial commit and basic class structure 14 years ago