#Edge.js Demos
Demos from my presentation Bridging Node.js and .NET using Edge.js
##Running Samples
-
Install Node.js
-
Clone this repository or download the source
-
Open a command prompt / terminal and change to project folder
-
Install dependencies. Note: If you're running on OS X or Linux, you'll need to install Mono x64 first.
npm install -
Run gulp tests
gulp -
Run individual samples
node ./samples/101-hello-world.js