On Oct 19, 10:23 am, Jerome Covington <[email protected]> wrote: > I've been on a Mac for years. Am I likely to encounter any pitfalls or > gotchas doing node dev on Windows?
>From my personal experience, I have seen significant performance decreases in node on Windows compared to *nix. However if you just use node for development purposes on Windows, you should be fine. > A buddy of mine reminded me that some of the add ons require a C compiler. > What are my options? Visual C++ 2010 Express is free and is your best bet for now for compiling addons. -- 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
