windows.storage.streams

Use the Windows.Storage.Streams WinRT API directly from Node.js

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
windows.storage.streams
635820.1.69 years ago9 years agoMinified + gzip package size for windows.storage.streams in KB

Readme

windows.storage.streams ===== A Node.js wrapper for the Windows.Storage.Streams WinRT namespace, compatible with Windows 8.1. Using this module, you'll be able to consume the Windows.Storage.Streams API directly from Node.js. This module was automatically generated by NodeRT. For more information on NodeRT and examples on how to use NodeRT modules, please visit the project page at: https://github.com/NodeRT/NodeRT. The API exposed by this module is (almost) the same as the API that is listed in: http://msdn.microsoft.com/en-us/library/windows/apps/Windows.Storage.Streams.aspx The only difference in the API is in the way that asynchronous methods and events are used. (See https://github.com/NodeRT/NodeRT#ConsumingNodeRT for more details) This module also contains TypeScript definition files for the API exposed by the module, as well as JavaScript intellisense support for Node.js tools for Visual Studio. Prequisites: ============
  • node-gyp. (Make sure to also have python installed).
Installation: ============= In order to install this module, run npm install: ``` npm install windows.storage.streams ``` If you wish to rebuild this module using node-gyp, make sure to use the --msvsversion=2013 flag: ``` cd module folder path node-gyp rebuild --msvsversion=2013 ```