TooTallNate / ref

Turn Buffer instances into "pointers"
http://tootallnate.github.com/ref
453 stars 141 forks source link

If you can make shared_memory Buffer ? #4

Closed kaven276 closed 12 years ago

kaven276 commented 12 years ago

If buffer can be made in shared memory and shared by other NodeJS process, we can design a database consist of table/array of record/javascript-object. That database is javascript native, and easy to use for javascript access.

TooTallNate commented 12 years ago

This is something that is better of as its own module (or just sticking to one of the preferred solutions like MongoDB and/or Redis).