1.0.4 • Published 7 years ago

dobbie v1.0.4

Weekly downloads
1
License
pemrouz.mit-licen...
Repository
github
Last release
7 years ago

Fast, Plain, Distributed Objects

Open two terminals and run:

const dob = await require('dobbie')('cache-name')

In one terminal run:

dob.foo = 'bar'

In the other terminal;

dob
// { foo: 'bar' } 

This is a small 5-line Proxy wrapper around fero. Check out that repo for more information on how it works under the hood (options, replication, partitioning strategies, etc).

Proxies were intentionally not used to avoid any performance issues, however it now seems they may become more optimised hence I thought it would be worth experimenting with.

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago