Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (12 loc) · 626 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 626 Bytes

#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