Skip to content
This repository has been archived by the owner on Jan 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #10 from munyirik/master
Browse files Browse the repository at this point in the history
Readme update
  • Loading branch information
bfjelds committed Jun 17, 2015
2 parents 7ce1414 + 17cdaf1 commit f3f1113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
##Node.js UWP
##Node.js UWP Wrapper
This project is a Universal Windows Platform (UWP) application that wraps Node.js and enables deployment to Windows IoT Core devices from Visual Studio.
The application is packaged into the [NTVS IoT Extension (Beta)](https://github.com/ms-iot/ntvsiot) installer. The NTVS IoT Extension gives you the ability
to create Node.js applications and easily deploy and debug them on Windows IoT Core devices. During deployment, the extension will create a UWP package that
Expand All @@ -8,7 +8,7 @@ contains:
* node.dll (GitHub link coming soon): This is based on [Node.js with Chakra](https://github.com/Microsoft/node) with a few differences:
* Code that not allowed in a UWP app container is disabled.
* Code links to onecore.lib (instead of legacy DLL's like kernel32.dll, etc.) to enable it to run on Windows IoT Core.
* uwp.node (code [here](https://github.com/Microsoft/node-uwp-app)): This is the addon that allows you to access UWP namespaces from Node.js code.
* uwp.node (code [here](https://github.com/Microsoft/node-uwp)): This is the addon that allows you to access UWP namespaces from Node.js code.
* Your Node.js code and other files you choose to package.

To get started, take a look at the "Hello World" sample [here](https://ms-iot.github.io/content/en-US/win10/samples/NodejsWU.htm).
Expand Down

0 comments on commit f3f1113

Please sign in to comment.