Skip to content

Instantly share code, notes, and snippets.

@mdobson
Last active August 29, 2015 14:02
Show Gist options
  • Select an option

  • Save mdobson/18cdf6fe0b894f59fbca to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown

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

mdobson commented Jun 6, 2014

Copy link
Copy Markdown
Author

Cool. Makes sense.

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