Skip to content

Instantly share code, notes, and snippets.

@mdobson
Last active August 29, 2015 14:02
Show Gist options
  • Save mdobson/18cdf6fe0b894f59fbca to your computer and use it in GitHub Desktop.
Save mdobson/18cdf6fe0b894f59fbca to your computer and use it in GitHub Desktop.
proposal for isolated sound sensor
zetta peers add "http://zetta-cloud.herokuapp.com"
node app.js
@kevinswiber
Copy link

I think this might get flipped.

node app.js &
zetta peers add "http://zetta-cloud.herokuapp.com"

What makes this awkward is that node app.js is a long-running process. Firing off commands on the command line in the context of the "app running in the current directory" can be a little weird.

@mdobson
Copy link
Author

mdobson commented Jun 6, 2014

Cool. Makes sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment