GithubHelp home page GithubHelp logo

pravaah.js's Introduction

pravaah.js

Build Status Coverage Status Dependency Status bitHound Overall Score bitHound Code

##Get started.

NOTE: Project is under development and in experimental mode, not ready for production.

  • fork it! via github or clone it using git clone [email protected]:daveamit/pravaah.js.git
  • do npm install
  • fireup your favorite editor ( mine is atom, and I launch it using atom . command )
  • do what to gatta do

And don't forget to keep an eye on the codebase quality, make sure all tests pass and have handsome code coverage (handsome ~ 100% ๐Ÿค“ )

  • do npm run dev -- --watch to run test in watch mode.
  • do npm run test to run tests and also view code coverage.

Happy coding!

pravaah.js's People

Contributors

daveamit avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Forkers

jignesh-jani

pravaah.js's Issues

Implement buffered connection.

So basically implement solution for _non-blocking producer-consumer problem_. (Connection is 1-1, for 1-* will use splitter component)

Implement process. Custom process will inherit from it.

This will be the base component. Other components like splitter, branching, multiplexer etc will be based on this implementation.

The component (process)
* Should have a way to add input ports (may be via constructor?)
* Should have a way to add output ports (may be via constructor?)
* Should have a way to connect to another process's port (process and port must be specified)

Add Travis CI integration for master

Goal is to add a widget in the main Readme.md so as visiting users can see the status of passing tests and overall build status with code coverage.

Write a simple flow to multiply two numbers

There will be total 4 components.

  • JSON Parser Component, this component will read JSON from its input, parse it to two numbers and write to its out port.
  • Multiply component, will accept x and y from two ports X and Y, multiply it and write to its output port RESULT
  • JSON Serialise Component, it will accept propertyName and value from port PROPERTY and VALUE and write json to OUT port.
  • Static Value Component, it will just write static value to PROPERTY port of JSON serialise.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.