Skip to content

somphouang/node-uwp-wrapper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##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 Node.js Tools for Windows IoT installer. These tools provide the ability to create Node.js applications and easily deploy and debug them on Windows IoT Core devices. During deployment, the NTVS IoT extension will create a UWP package that contains:

  • nodeuwp.dll: That's this UWP application.
  • node.dll (code will be available soon): This is node.exe, renamed to node.dll, and with the following differences:
    • It uses the Chakra JavaScript engine.
    • 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): 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.

##To build Coming soon.

##Testing Coming soon.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 47.4%
  • Batchfile 34.7%
  • PowerShell 13.2%
  • C 4.7%