nats

v2.0.0-210
Node.js client for NATS, a lightweight, high-performance cloud native messaging system
nats messaging pubsub publish subscribe queue distributed queueing

ava

nyc ava --verbose -T 60000

cjs

deno run --allow-all bin/cjs-fix-imports.ts -o nats-base-client/ ./.deps/nats.deno/nats-base-client/

fmt

deno fmt ./src/ ./examples/ ./test/

test

npm run build && npm run ava

build

tsc

clean

rm -Rf ./lib/* ./nats-base-client ./.deps

setup

curl -fsSL https://deno.land/x/install/install.sh | sh

stage

npm run clean && npm run clone-nbc && npm run cjs && rm -Rf ./deps/ && npm run build

prepack

npm run clone-nbc && npm run cjs && npm run build

clone-nbc

mkdir -p ./.deps && cd ./.deps && git clone --branch=v1.0.0-10 https://github.com/nats-io/nats.deno.git

cover:html

nyc report --reporter=html && open coverage/index.html

debug-test

node node_modules/.bin/ava --verbose -T 6500000 --match

Metadata

Downloads