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