1.1.5 • Published 11 years ago

r-value v1.1.5

Weekly downloads
4
License
-
Repository
github
Last release
11 years ago

r-value

A single replicated value.

I wrote this module to be a scuttlebutt that fits well with the typical document key-value store idea,

But it also works well as a demonstration of the simplest possible Scuttlebutt.

Or when you just need something really really simple that integrates with rumours

Example

var Value = require('r-value')

var v = Value()

v.set([anyObject])

v.get() //current value

v.on('update', function (value) {
  console.log('new value', value)
})

See Scuttlebutt for more documentation.

License

MIT

1.1.5

11 years ago

1.1.4

11 years ago

1.1.3

11 years ago

1.1.1

11 years ago

1.1.0

11 years ago

1.0.0

11 years ago