This repository contains the slide deck and sample code used during the Everbody Into The Pool talk at That Conference on August 10, 2015 and St Louis Days of .Net on November 14, 2015.
- The first demo simply walked through some of the features for Node.js Tools for Visual Studio and a Hello World, or Look Mom, I Can Swim demo. Then we added Restify via npm and created a REST based server.
- The second demo walked through the structure of a more complicated Node.js application including a basic Express app layout, and also showed how easy it was to get a Node.js site up into Azure.
- The third demo added Edge.js and the ability to call into a C# file from Node.js.
The following resources were used during the research of this talk and should prove to be useful:
- https://nodejs.org/
- https://www.npmjs.com/
- https://github.com/joyent/node
- http://www.pluralsight.com/courses/nodejs-dotnet-developers
- https://chocolatey.org/packages/nodejs.install
- https://www.visualstudio.com/features/node-js-vs
- https://github.com/Microsoft/nodejstools
- https://channel9.msdn.com/Blogs/Seth-Juarez/Nodejs-Tools-for-Visual-Studio
- http://azure.microsoft.com/en-us/develop/nodejs/
- http://tjanczuk.github.io/edge/#/8
- https://msdn.microsoft.com/en-us/magazine/JJ991974.aspx
- https://github.com/Azure/azure-sdk-for-node
- https://azure.microsoft.com/en-us/documentation/articles/sql-database-develop-nodejs-simple-windows/
- http://www.toptal.com/nodejs/why-the-hell-would-i-use-node-js
- https://strongloop.com/strongblog/node-js-net-getting-started-part-one/
- http://reverentgeek.com/node-js-for-net-developers-on-channel-9/
- http://www.johnpapa.net/get-up-and-running-with-node-and-visual-studio/
- https://github.com/sindresorhus/awesome-nodejs/