2.0.1 • Published 3 years ago

fast-messages v2.0.1

Weekly downloads
1
License
MPL-2.0
Repository
github
Last release
3 years ago

node-fast-messages

This repository is part of the Joyent Triton project. See the contribution guidelines and general documentation at the main Triton project page.

Stream event messages via node-fast. This is used for communication between the Triton Firewall API and firewaller agent.

Repository

lib/            Source files
node_modules/   node.js dependencies (populate by running "npm install")
tools/          Tools and configuration files
test/           Test suite (using nodeunit)

Development

Before checking in, please run:

make check

and fix any warnings. Note that jsstyle will stop after the first file with an error, so you may need to run this multiple times while fixing.

Testing

make test

To run an individual test:

node test/<test>.test.js