Narly is a functional reactive programming library for JavaScript. It aims to build off of the performance improvements realized by projects such as Kefir, while providing a simpler codebase and cleaner API for developers.
Narly is under active development. Contributions are welcomed, particularly for missing base API features - please see Issues.
Narly builds as a UMD module using gulp. To make all files in /dist
, run the following from the repo directory:
# Gets dev dependencies
npm install
# Builds project
gulp build
To run tests:
npm tests