UNPKG

rocket.chat.mqtt

Version:

It's a MQTT Server, using redis to scale horizontally.

29 lines (28 loc) 792 B
{ "name": "bulk-write-stream", "version": "1.1.4", "description": "Writable stream that forwards everything in the highWaterMark buffer to a custom write function using the new writev api in streams", "main": "index.js", "dependencies": { "buffer-from": "^1.0.0", "inherits": "^2.0.1", "readable-stream": "^2.1.4" }, "devDependencies": { "standard": "^11.0.1", "tape": "^4.0.0" }, "scripts": { "test": "standard && tape test.js" }, "repository": { "type": "git", "url": "https://github.com/mafintosh/bulk-write-stream.git" }, "author": "Mathias Buus (@mafintosh)", "license": "MIT", "bugs": { "url": "https://github.com/mafintosh/bulk-write-stream/issues" }, "homepage": "https://github.com/mafintosh/bulk-write-stream" }