0.0.2 • Published 13 years ago

x-core v0.0.2

Weekly downloads
-
License
-
Repository
github
Last release
13 years ago

This is a repository of core node modules extensions.

Installation: npm install x-core

Example: var crypto = require('x-core')('crypto')

These are the modules patched, so far:

http crypto util

http:

in http.createServer(), req emits 'body' for the full body request in http.request and http.get, res emits 'body' for the full body response and 'line' for each line

crypto:

crypto.hash(string, algo='md5', encoding='hex')

util:

util.sprintf() util.printf()