read

Here are a few quick steps to set up a node.js development environment on Windows:

  1. Install WebMatrix: http://www.microsoft.com/web/webmatrix/
  2. Install node.js: https://github.com/tjanczuk/node/downloads
  3. Install iisnode for IIS Express (choose x86 even on 64 bit systems): https://github.com/tjanczuk/iisnode/downloads
  4. Install Steve’s node.js templates for WebMatrix: https://github.com/SteveSanderson/Node.js-Site-Templates-for-WebMatrix/downloads
  5. Open WebMatrix, choose “Site from folder”, enter %localappdata%\iisnode\www, start the site, and play with the iisnode samples, or
  6. Use node.js templates to get started quickly with an Express application or a skeleton Hello World

For more information and howtos check out my recent posts and visit http://github.com/tjanczuk/iisnode.

I hope you like it and I am looking for your comments and suggestions. Please report any issues at https://github.com/tjanczuk/iisnode/issues.

Blog Logo

Tomasz Janczuk


Published

Image

Tomek on Software

Software - shaken, not stirred

Back to Overview