Files
archived-nodemon/doc/requireable.md
Remy Sharp d7c3647405 Using event bus for tests and requirable nodmeon
TODO: remove stdout inside tests
2013-11-25 01:04:52 +00:00

7 lines
270 B
Markdown

# Nodemon as a required module
Note that the way that nodemon is written, it is expected that nodemon is only
used once.
This is because nodemon has a single bus for communication. I'd welcome a
re-factor on this recent re-factor, so for now, it's a limitation. Sorry.