Skip to content
 
 

Repository files navigation

#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
    

About

Demos from "Bridging Node.js and .NET using Edge.js"

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors