Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 539 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 539 Bytes

DataBroker is a library for organizing functional units of Javascript into a robust and (potentially) testable program. It borrows conceptually from reactive programming, but without the requirement to write in a special (read: non-Javascript) language. It is intended for use in browser-based apps, but is currently presented as a Node.js application for ease of distribution.

I am abandoning this project in favor of frp.js.