Running the Express web development framework on Node for Windows
Posted by: Pablo M. Cibraro (aka Cibrax),
on 05 Aug 2011 |
View original | Bookmarked: 0 time(s)
As some of you might know, with the release of Node version 0.5.2, there is now support for Windows. Its a single executable node.exe that you need to start using node on your machine, and you can get it from this location. Express is a Sinatra inspired web development framework for Node. You can find more information about this framework here. Once you download node in your system, you need to setup an optional environment variable NODE_PATH, which points to the root path or location that Node...