> compile coffee first into js #!/bin/bash
mkdir -p lib/ coffee -o lib/ -cw src/ Regards, ty 2012/6/10 Angelo Chen <[email protected]>: > Hi, > > i use forever to run a js, cpu usage is very low, less than 2%, same > program in coffeescript and run it this way: > forever start test.coffee > cpu went up to 15% > > what is a better way to run coffeescript server, compiled first into > js or directly : > > coffee app.coffee > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
