I want to start developing a REST API with Node.js. My development environment is a Windows 7 machine.
I read that the restify is a good choice for start a REST API, but this module depends from dtrace-provider, and dtrace-provider is not compatible with Windows.
How can I compile this module on windows? There is another way to make this work?
I just use express-resources