Skip to content

pemrouz/dobbie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published