Skip to content

mcmathja/narly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Narly

Build Status

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.

Development

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

About

An FRP library for JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published