Feross Aboukhadijeh

Results 105 repositories owned by Feross Aboukhadijeh

simple-websocket

186
Stars
33
Forks
Watchers

Simple, EventEmitter API for WebSockets

run-parallel

374
Stars
16
Forks
Watchers

Run an array of functions in parallel

unmute-ios-audio

109
Stars
8
Forks
Watchers

Enable/unmute WebAudio on iOS, even while mute switch is on

play.cash

93
Stars
15
Forks
Watchers

🎶 Music lovers, rejoice.

connectivity

61
Stars
7
Forks
Watchers

Detect if the network is up (do we have connectivity?)

is-buffer

92
Stars
29
Forks
Watchers

Determine if an object is a Buffer

typedarray-to-buffer

67
Stars
16
Forks
Watchers

Convert a typed array to a Buffer without a copy.

stream-to-blob

61
Stars
11
Forks
Watchers

Convert a Readable Stream to a Blob

run-waterfall

90
Stars
6
Forks
Watchers

Run an array of functions in series, each passing its results to the next function

run-auto

87
Stars
11
Forks
Watchers

Determine the best order for running async functions, LIKE MAGIC!