AjFabriq is a Node.JS project that helps to write a distributed application, based on applications, nodes and actions. It uses JSON message passing and Net Socket for communication.
AjFabriq on NodeJs (Part 1) Introduction
AjFabriq on NodeJs (Part 2) A local Simple Application
AjFabriq on NodeJs (Part 3) A Distributed Simple Application
Via npm on Node:
npm install ajfabriq
Reference in your program:
var ajfabriq = require('ajfabriq');TBD
git clone git://github.com/ajlopez/AjFabriqNode.git
cd AjFabriqNode
npm install
npm test
-
Numbers Sending numbers to processors.
-
Web Crawler Distributed Web Crawler.
- More samples
- README.md for samples
- Update posts for version 0.0.2
- Complete usage
- 0.0.1: Published
- 0.0.2: Published. Create processor giving an object as filter. New Web Crawler samples.
Feel free to file issues and submit pull requests — contributions are welcome.
If you submit a pull request, please be sure to add or update corresponding
test cases, and ensure that npm test continues to pass.