First "official" NodeJS build on Windows
blog.nodejs.org
First "official" NodeJS build on Windows
1–10 of 40 posts
Re: First "official" NodeJS build on Windows
#2Re: First "official" NodeJS build on Windows
#3Re: First "official" NodeJS build on Windows
#4Did anyone manage to get npm up and running on Windows yet?
Re: First "official" NodeJS build on Windows
#5Re: First "official" NodeJS build on Windows
#6In the case of the mongodb package I'm deprecating the c++ bson parser as the js parser is as fast or faster than the c++ bson parser (v8 crankshaft and fast arrays rock) and this "should" make it work out of the box on the windows node.js build (crossing fingers)
Re: First "official" NodeJS build on Windows
#7I did a lot of Django development on Windows and Cygwin saved me a whole lot of pain.
Re: First "official" NodeJS build on Windows
#8Unless you are deploying on Windows, why not run it under cygwin? You may end up with a lot of silly problems with file paths, case insensitivity and any other "impedance mismatch" between your development environment and whatever server the workload will run on. I did a lot of Django development on Windows and Cygwin saved me a whole lot of pain.
(That goes out the window if you are talking about performance testing of course.)
Re: First "official" NodeJS build on Windows
#9Unless you are deploying on Windows, why not run it under cygwin? You may end up with a lot of silly problems with file paths, case insensitivity and any other "impedance mismatch" between your development environment and whatever server the workload will run on. I did a lot of Django development on Windows and Cygwin saved me a whole lot of pain.
In my opinion, if you are developing for a Linux deployment on Windows it's easier to use VirtualBox to host a Linux OS. (That goes out the window if you are talking about performance testing of course.)
Re: First "official" NodeJS build on Windows
#10I absolutely love the fact that its just a single exe and not some bloated install. I wish more win software was built like this.