querify(latest: 0.4.1) a query interpreter for javascript and node.js
read-write-message(latest: 0.1.0) Read/write a length prefixed JSON message to a stream and send regular binary data afterwards. Useful for sending stream headers etc.
response.step(latest: 0.1.0) flow control on for root
response.render(latest: 0.1.6) pejs template rendering for root
rexify(latest: 0.0.1) rexify is the cli equivivalent of rex
rex-cli(latest: 0.3.2) rex-cli is the cli equivivalent of rex
rundfunk(latest: 0.1.1) Rundfunk is zero-conf distributed event emitter
signer(latest: 0.1.0) a module for signing strings to ensure integrity.
sliding-window-counter(latest: 0.2.4) Count stuff within a time interval e.g. how many users logged in the last hour?
snake-game(latest: 0.1.0) play snake in your terminal
ssh-connect-prompt(latest: 0.0.2) Connect to ssh using the ssh2 module and prompt stdin for host verification, key decryption etc. Similar to what standard ssh does.
stamp-stream(latest: 0.1.1) a stream that stamps incoming newlines with a message
std.js(latest: 0.1.1) a pull based std io for JSON streams
stream-wrapper(latest: 0.1.2) Wrap read/write/transform functions into streams
tetris(latest: 0.1.6) play tetris in your terminal
torrent-swarm(latest: 0.0.3) a torrent swarm implementation that uses the DHT to find peers
peerwiki(latest: 0.0.8) browse all of wikipedia using bittorrent
docker-kill(latest: 1.0.0) Kill a docker container
level-dat(latest: 4.4.3) LevelDB storage backend for Dat
tabalot(latest: 0.8.0) Tab complete all the things
level-naive-bayes(latest: 1.0.0) Bayes text classifier that runs on top of leveldb
resolve-npm-git(latest: 1.0.1) Resolve npm git dependencies to a git revision in a package.json
gasket(latest: 2.0.0) Preconfigured pipelines for node.js
browser-log-stream(latest: 1.1.1) Render a text stream progressively to the browser
dat-replicator(latest: 3.3.0) Replicate dat using streams
level-change-processor(latest: 1.0.0) follows a changes-feed and processes each entry, storing state in a leveldb
datscript.sh(latest: 1.0.1) Compile datscript to bash
tmpdir-tab(latest: 1.2.0) Bash helper that gives you a tmpdir per terminal tab and cleans it up when you exit
hackfile(latest: 4.0.0) Parser for the hackfile format
npm-buildpack(latest: 0.1.10) Install and build node_modules from cache. Useful when installing node_modules on deployment
telephone(latest: 1.2.0) Like that Lada Gaga song except it is p2p chat over udp.
level-temp(latest: 2.1.0) Create a temporary sublevel that is guaranteed to be empty
swap-to-level(latest: 1.0.0) Key value store that holds datasets in memory until they reach a given size and then swaps them to leveldb
changes-feed(latest: 1.1.0) Basic changes-feed implementation that runs on top of leveldb
hms-protocol(latest: 1.2.3) The protocol stream that hms uses to communicate between servers and clients
level-enumerate(latest: 1.0.1) Enumerate keys to incrementing numbers
docker-stream(latest: 1.1.1) CLI tool for automating the use of docker containers in streaming data processing pipelines. Works on Windows, Mac and Linux.
http-ssh-agent(latest: 1.0.4) Send requests to http servers over ssh
etcd-registry-router(latest: 2.0.0) Route http requests to services registered in etcd-registry
etcd-registry-join(latest: 1.0.0) Add a service to etcd-registry and remove it when your service process exits
pretty-tree(latest: 1.0.0) Make colorful trees out of JSON objects using archy
sequential-hash(latest: 1.0.0) A lexicographical ordered rolling hash
changesdown(latest: 2.3.1) levelup that uses a leveldown that writes to a changes feed to store its state
etcd-registry(latest: 2.1.1) Service registry for Node.js on top of etcd
json-format-stream(latest: 1.1.0) Streaming JSON serializer that allows you to add metadata and will forward an error message if the stream is destroyed prematurely
torrent-mount(latest: 1.4.2) Mount a torrent (or magnet link) as a filesystem in real time using torrent-stream and fuse. AKA MAD SCIENCE!
polo(latest: 0.8.1) a zero configuration discovery service written completely in Javascript
atom-shell-packager(latest: 2.1.1) package and distribute your atom-shell app in OS executables (.app, .exe, etc) via JS or CLI
bionode-bwa(latest: 2.0.0) A Node.js wrapper for the Burrow-Wheeler Aligner (BWA).
node-repl(latest: 2.0.2) run a node program but also attach a repl to the same context that your code runs in so you can inspect + mess with stuff as your program is running
airpaste(latest: 1.0.9) A 1-1 network pipe that auto discovers other peers using mdns
webcat(latest: 3.0.0) Mad science p2p pipe across the web using webrtc that uses your Github private/public key for authentication and a signalhub for discovery
text-slides(latest: 1.0.1) Bike shed ascii slide viewer
debug-stream(latest: 3.0.1) use the debug module on a stream
dat-blob-store(latest: 2.0.0) The blob store dat uses per default
factor-bundle(latest: 2.5.0) factor browser-pack bundles into common shared bundles
a-native-module(latest: 1.0.0) a native module (for testing)
sublevel-prefixer(latest: 1.0.0) Prefix a key with a sublevel prefix
csv-write-stream(latest: 2.0.0) A CSV encoder stream that produces properly escaped CSVs.
flat-file-db(latest: 1.0.0) Fast in-process flat file database that caches all data in memory
node-modules(latest: 1.0.1) commandline tool and node module for node-modules.com
passthrough-encoding(latest: 1.2.0) An encoder that encodes buffers/strings to a buffer and is abstract-encoding compatible
to2(latest: 1.0.0) A write stream constructor that supports a flush function that is called before `finish` is emitted
electron-spawn(latest: 5.0.0) easy way to run code inside of a headless electron window from the CLI
levelup-defaults(latest: 2.0.0) Change the defaults settings on a levelup instance by returning a new levelup instance that uses the same leveldown but different options
on-wake-up(latest: 1.0.2) Small module that calls a function when your computer wakes up from sleep
collaborator(latest: 1.2.0) easily add/remove collaborators to/from your github repos from the CLI
webm-cluster-stream(latest: 1.0.0) Transform stream that splits a webm stream into a header buffer and cluster buffers
hypercore-stats-ui(latest: 1.1.0) HTML based stats ui for hypercore/hyperdrive
hypercore-tree-storage(latest: 0.0.0) A module that stores hypercore metadata trees using a storage provider.
dev-zero-storage(latest: 1.0.0) Exposes the same interface as random-access-file but instead of writing/reading data to a file it will always return a zero'ed out buffer when reading (similar to reading from /dev/zero)
merge-cat(latest: 1.0.1) Cat tool that does a streaming merge sort on the input and outputs the lines of files concatenated in sort order.
choo-pull(latest: 1.0.0) Wrap handlers to use pull-stream
bit-encode(latest: 1.0.0) Low level bit encoder for buffers
dnsjack(latest: 1.0.0) A simple DNS proxy that lets you intercept domains and route them to whatever IP you decide
tcmerge(latest: 4.2.0) Command line tool, making it easier for developers to merge to master, when using the debitoor/teamcity-merge script
random-access-database(latest: 1.0.0) Store fixed size values in an abstract-random-access compatible storage provider
block-trace(latest: 1.0.1) Figure out if your node process is blocked because the CPU is spinning and exit the program with a stack trace if that is the case
nugget(latest: 2.0.1) minimalist wget clone written in node. HTTP GETs a file and saves it to the current working directory
hybrid-swarm(latest: 1.2.0) Finds peers using client-side browser webrtc connections and node.js
choo-opbeat(latest: 1.0.0) Opbeat support for choo
p2p-test(latest: 1.0.0) Test and report p2p connectivity on the current network
p2p-test-server(latest: 1.2.0) Server to test potential p2p connectivity for various networks
hyperdrive-ui(latest: 4.0.2) Render a hyperdrive in the browser.
nodeschoolbot(latest: 1.6.0) Github bot that helps maintain nodeschool
pingable(latest: 0.2.1) Ping a stream once in while. If it times out destroy it
random-access-page-files(latest: 1.0.1) An abstract-random-access backend that writes to fixed size page files instead of a single file. Useful for sparse data.
dat-archiver(latest: 1.0.0) Server for archiving files via Dat. Upload files with [dat-push](https://github.com/joehand/dat-push).
choo-model(latest: 1.0.0) Experimental state management lib for choo
sqs(latest: 2.0.2) A message queue using Amazon Simple Queue Service.
choo-persist(latest: 3.0.2) Synchronize choo state with indexedDB
fd-read-stream(latest: 1.1.0) Readable stream that reads from a file descriptor. Supports tailing and retries.
download-m3u8(latest: 1.0.2) Download an m3u8 playlist and all assets it links recursively.
nanotask(latest: 2.0.0) Microtask queue scheduler for the browser
sodapop(latest: 0.0.0) Easy to use crypto library on top of sodium-native with browser support
monster-drift(latest: 0.8.2) Drive a radio controlled car with Node.js and HackRF
nanohistory(latest: 1.0.0) Small browser history library
fs-open-locked(latest: 0.0.0) Open a file locked so only one process has access at a given time
peer-network(latest: 2.0.2) Create servers/clients that listen on names instead of ports and hostnames and are accessible over the internet
superlevel(latest: 5.0.3) a minimalist cli utility for leveldb databases
bionode-fasta(latest: 0.5.6) Streamable FASTA parser
multi-random-access(latest: 2.1.1) An abstract-random-access compliant instance that combines multiple other abstract-random-access instances into a single one.
bionode-ncbi(latest: 2.0.1) Node.js module for working with the NCBI API (aka e-utils) using Streams.
deferred-random-access(latest: 1.0.0) A random-access instance that wraps another instance that is created async
sorted-intersect(latest: 0.1.5) Intersect sorted lists using merge intersection with galloping lookahead
dat-next-next(latest: 0.0.24) Experimental quick-n-dirty file sharing tool on top of dat
dat-ls(latest: 2.1.0) Small program that lists all the changes in a dat
choo-redirect(latest: 2.0.0) Redirect a view to another view
browser-server(latest: 1.0.3) A HTTP "server" in the browser that uses a service worker to allow you to easily send back your own stream of data.
sorted-indexof(latest: 1.0.0) Given two sorted arrays, a and b, efficiently return an array of indexes of b's elements in a.
skinkedb(latest: 0.0.0) An alternative name for HyperDB
dat-design(latest: 5.0.2) design assets and docs for dat project
check-dependencies(latest: 1.1.0) Checks if currently installed npm/bower dependencies are installed in the exact same versions that are specified in package.json/bower.json
docker-remote-api(latest: 5.0.0) Basic http wrapper to call the docker remote api from node
peek-stream(latest: 1.1.3) Transform stream that lets you peek the first line before deciding how to parse it
ansi-diff-stream(latest: 1.2.1) A transform stream that diffs input buffers and outputs the diff as ANSI. If you pipe this to a terminal it will update the output with minimal changes.
hypercore-archiver-bot(latest: 3.3.0) IRC bot that is an interface to hypercore-archiver
parse-torrent-file(latest: 4.2.2) Parse a .torrent file and return an object of keys/values
random-access-latency(latest: 1.0.0) A random-access-storage instance that wraps another one and adds latency
fs-constants(latest: 1.0.0) Require constants across node and the browser
to-buffer(latest: 1.1.1) Pass in a string, get a buffer back. Pass in a buffer, get the same buffer back
wodb(latest: 0.0.0) Single file Write-Once Database with efficient random access on bigger datasets
root(latest: 3.2.0) a super lightweight web framework featuring prototype mixin support and routing
hypercore-archiver(latest: 4.6.0) Easily archive multiple hypercores or hyperdrives
create-choo-app(latest: 1.12.3) Create a fresh choo application
compare(latest: 2.0.0) Compare primitives the right way (using `<`, `>` and `==`)
print-flat-tree(latest: 2.2.0) Converts a flat tree to a string
random-access-file-reader(latest: 2.0.0) An abstract-random-access compliant module for reading files in the browser using the FileReader API and browserify.
on-performance(latest: 1.2.2) Listen for performance timeline events
fs-extended-attributes(latest: 1.0.1) Native module to set fs extended attributes cross platform
record-cache(latest: 1.1.0) Cache optimised for record like things
append-tree(latest: 2.4.4) Model a tree structure on top of an append-only log.
ansi-diff(latest: 1.1.1) A module that diffs an input buffer with the previous one provided to it and outputs the diff as ANSI
tree-to-string(latest: 1.1.1) Convert a tree structure into a human friendly string
speedometer(latest: 1.1.0) simple speed measurement in javascript
level-browserify(latest: 2.0.0) Fast & simple storage - a Node.js-style LevelDB wrapper (a convenience package bundling LevelUP & LevelDOWN or Level.js)
choo-scaffold(latest: 1.2.0) Scaffold out Choo files
hyperclock(latest: 1.0.0) Distributed, secure clock over a hypercore
tinybox(latest: 0.0.0) Tiny, single file, scalable key value store based on HAMTs
duplexify(latest: 4.1.1) Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input
abstract-blob-store(latest: 3.3.5) A test suite and interface you can use to implement streaming file (blob) storage modules for various storage backends and platforms.
k-rpc-socket(latest: 1.11.1) Low level implementation of the k-rpc network layer that the BitTorrent DHT uses
standard-json(latest: 1.1.0) Format JavaScript Standard Style output to a JSON array.
http-file-response(latest: 1.0.0) Send a file back as a HTTP response with support for range queries etc.
deglob(latest: 4.0.1) Take a list of glob patterns and return an array of file locations, respecting `.gitignore` and allowing for ignore patterns via `package.json`.
media-recorder-stream(latest: 2.2.0) The Media Recorder API in the browser as a readable stream
fast-on-load(latest: 1.2.0) Faster and simplified version of on-load without dom diffing support
vhs-tape(latest: 3.3.0) A test harness for browser elements and components
deps-sort(latest: 2.0.1) sort module-deps output for deterministic browserify bundles
mongojs(latest: 3.1.0) Easy to use module that implements the mongo api
vm-browserify(latest: 1.1.2) vm module for the browser
nanoresource(latest: 1.3.0) Small module that helps you maintain state around resources
multileveldown(latest: 3.0.0) multilevel implemented using leveldowns with reconnect support
bulk-write-stream(latest: 2.0.1) Writable stream that forwards everything in the highWaterMark buffer to a custom write function using the new writev api in streams
s3-storage(latest: 4.1.0) Small module wrapper for the AWS sdk that allows you to easily use s3 or the local file system
nanocomponent(latest: 6.5.3) Native DOM components that pair nicely with DOM diffing algorithms
xsalsa20(latest: 1.1.0) XSalsa20 implemented in Javascript and WebAssembly
inspect-custom-symbol(latest: 1.1.1) Use util.inspect.custom without having to browserify util in the browser
event-loop-delay(latest: 1.0.1) A minimal overhead event loop delay sampler.
content-addressable-blob-store(latest: 5.1.0) Streamable content addressable blob object store that is streams2 and implements the blob store interface on top of the fs module
parity-binary(latest: 1.0.4) Download latest parity and export the path
nanotron(latest: 4.0.2) Small opionated dev program for developing Electron apps using the nano* stack (the modules backing Choo.js)
prebuild(latest: 10.0.1) A command line tool for easily making prebuilt binaries for multiple versions of node, electron or node-webkit on a specific platform
@dazaar/payment-eos(latest: 1.0.1) eos payment provider for dazaar streaming services
tar-stream(latest: 2.2.0) tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.
hypercore(latest: 9.7.0) Hypercore is a secure, distributed append-only log
prebuildify(latest: 4.1.2) Create and package prebuilds for native modules
hyperdrive(latest: 10.20.0) Hyperdrive is a secure, real time distributed file system
hyperbee(latest: 1.3.0) An append-only Btree running on a Hypercore.
@hyperspace/cli(latest: 1.3.4) A CLI for the hyper:// space network.
random-access-memory(latest: 3.1.2) Exposes the same interface as random-access-file but instead of writing/reading data to a file it maintains it in memory