Jeff Barczewski

Results 12 repositories owned by Jeff Barczewski

autoflow

97
Stars
5
Forks
Watchers

autoflow (formerly react) is a javascript module to make it easier to work with asynchronous code, by reducing boilerplate code and improving error and exception handling while allowing variable and t...

bench-rest

304
Stars
60
Forks
Watchers

bench-rest - benchmark REST (HTTP/HTTPS) API's. node.js client module for easy load testing / benchmarking REST API's using a simple structure/DSL can create REST flows with setup and teardown and ret...

digest-stream

30
Stars
5
Forks
Watchers

Simple node.js pass-through stream (RW) which calculates the a crypto digest (sha/md5 hash) of a stream and also the length. Pipe your stream through this to get digest and length. (streams2)

joi-browser

275
Stars
39
Forks
Watchers

joi validation bundled for the browser (deprecated) - use joi@16+

markdown-it-modify-token

25
Stars
2
Forks
Watchers

markdown-it plugin for modifying tokens in a markdown document. It can for example modify content or attributes for certain type of elements like links or images.

microservices

148
Stars
51
Forks
Watchers

Microservices example code using Node.js, Redis, Hapi

pass-stream

17
Stars
1
Forks
Watchers

pass-stream - pass-through node.js stream which can filter/adapt and pause data

pkglink

214
Stars
10
Forks
Watchers

Space saving Node.js package hard linker. pkglink locates common JavaScript/Node.js packages from your node_modules directories and hard links the package files so they share disk space.

react-boilerplate-logic

16
Stars
6
Forks
Watchers

:fire: redux-logic fork of react-boilerplate - A highly scalable, offline-first foundation with the best developer experience and a focus on performance and best practices. (sagas swapped out for redu...

redis-rstream

32
Stars
9
Forks
Watchers

redis-rstream is a node.js redis read stream which streams binary or utf8 data in chunks from a redis key using an existing redis client (streams2). Tested with mranney/node_redis client.