├── .deployment ├── LICENSE ├── README.md ├── app.js ├── deploy.cmd └── iisnode.yml /.deployment: -------------------------------------------------------------------------------- 1 | [config] 2 | command = deploy.cmd -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felixrieseberg/iojs-azure/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felixrieseberg/iojs-azure/HEAD/README.md -------------------------------------------------------------------------------- /app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felixrieseberg/iojs-azure/HEAD/app.js -------------------------------------------------------------------------------- /deploy.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felixrieseberg/iojs-azure/HEAD/deploy.cmd -------------------------------------------------------------------------------- /iisnode.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felixrieseberg/iojs-azure/HEAD/iisnode.yml --------------------------------------------------------------------------------