On Dec 20, 2012, at 08:54, Rodrigo Fonseca wrote: > I'm using Text Mate, i try to use netbeans, but the files that end with: > "html.ejs" were deconfigured, so i'm using text mate. So Xcode compile the > node?? What this means?? That i don't need to use the Terminal to simulate a > server?
JavaScript is interpreted, not compiled. I didn't say Xcode integrated with Node in any way or that you could run your program from there, just that you can write JavaScript in Xcode's editor if you like. It might be possible to tell Xcode or another editor to run your JavaScript code for you, but I don't know how to do that. I just use TextMate to write my code, and Terminal to run it. -- 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
