3

Is there an SSJS implementation of the Prevalence System Design Pattern, as implemented in Java by Prevaylor, but for NodeJS instead?

generalhenry
  • 17,227
  • 4
  • 48
  • 63
fadedbee
  • 42,671
  • 44
  • 178
  • 308

2 Answers2

2

Implemented it myself.

http://www.barricane.com/barricane-db/

GitHub - https://github.com/chrisdew/barricane-db

fadedbee
  • 42,671
  • 44
  • 178
  • 308
1

Here's another implementation: https://github.com/karlwettin/prevalence-nodejs

Ztyx
  • 14,100
  • 15
  • 78
  • 114
  • Looks really promising. I would like to create a object store server in js using node. Can you Skype at some point? Would love to discuss taking this idea further – Schalk Dormehl Oct 13 '13 at 10:05