findhit / findhit-process

javascript better process (browser-side compatible)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Process test-badge

Wraps all capabilities of process on nodejs, some slightly modified, and it is designed to run on browser-side too.

Instalation

npm install findhit-process --save

Usage

var Process = require('findhit-process');

Process.nextTick(function () {

	this.sodomethingAsync();

}, {
	sodomethingAsync: function () {
		console.log('yupi');
	},
});

About

javascript better process (browser-side compatible)

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%