vantage icon indicating copy to clipboard operation
vantage copied to clipboard

Distributed, realtime CLI for live Node apps.

Results 15 vantage issues
Sort by recently updated
recently updated
newest added

When using vantage in standalone mode, the listen callback does not fire until I connect to it with the command line client. ``` var Vantage = require('vantage'); var vantageServer =...

Currently, the banner is assigned on boot: ``` js var banner = "######################################################################" + "# Welcome to joescrabshack.com #" + "# #" + "# All connections are monitored and recorded...

The readme/description of the project could/should be described better. In particular, all of the references to SSH should be replaced with something else as this project does not actually use...

When I set a simple standalone server, and try to connect to it with the `vantage` command line, the exit command breaks. It prints exit twice, but I only typed...

bug

Command history is handy, but it doesn't live beyond a session. It would be awesome if `vantage` had persistent history. As of now, this can only be achieved by loading...

enhancement
help wanted