1.0.2 • Published 8 years ago

keybasa v1.0.2

Weekly downloads
4
License
BSD-3-Clause
Repository
github
Last release
8 years ago

keybasa

A work in progress, keybasa lets you send and receive messages over keybase using Node.js. It provides just enough information for you to send rpc's, use it as a pubsub layer, a real-time protocol, or a very slow async way of passing notes around.

to test it

npm install -d # to get node_modules
make
make test

usage

coming soon

todo

  • figure out if we care about seqno ordering guarantees when file swapping
  • remove hard-coding of chris,max from test
  • pubsub filtering
  • messages including "estimated_age"
  • messages including note whether they were read on startup or are known to be new
  • messages can include timeouts on them, and receivers process anything not timed out
  • continuous checking of keybase status to note changes
  • tests, tests, tests
  • windows fixes; have cut corners on mount
1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago