Socket
Socket
Sign inDemoInstall

ajfabriq

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ajfabriq

Distributed applications using messages


Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

AjFabriq

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.

Posts

AjFabriq on NodeJs (Part 1) Introduction

AjFabriq on NodeJs (Part 2) A local Simple Application

AjFabriq on NodeJs (Part 3) A Distributed Simple Application

Installation

Via npm on Node:

npm install ajfabriq

Usage

Reference in your program:

var ajfabriq = require('ajfabriq');

TBD

Development

git clone git://github.com/ajlopez/AjFabriqNode.git
cd AjFabriqNode
npm install
npm test

Samples

  • Numbers Sending numbers to processors.

  • Web Crawler Distributed Web Crawler.

To do

  • More samples
  • README.md for samples
  • Update posts for version 0.0.2
  • Complete usage

Versions

  • 0.0.1: Published
  • 0.0.2: Published. Create processor giving an object as filter. New Web Crawler samples.

Contribution

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.

Keywords

FAQs

Package last updated on 29 Apr 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc