Snippets are tiny notes I've collected for easy reference.
Shell script for service-like CoffeeScript/Node.js apps using forever
This is an example of a (bash) shell script that uses the forever module to start and stop a CoffeeScript application as if it were a service.
(Also at rodw/coffee-as-a-service-via-forever.sh.)
Published 11 Feb 2014
Snippets are tiny notes I've collected for easy reference.