/NWjs

NWjs experiments

Primary LanguageHTMLThe UnlicenseUnlicense

NWjs Experiements

A playground to experiement NWjs and web technology.

This has a live example of file sharing.

npm install webtorrent

Node

  • This webtorrent-hybrid is needed in Node environment
npm install webtorrent-hybrid

The API are same as webtorrent, so only difference would be to call require('webtorrent-hybrid') instead of require('webtorrent').

Please refere to the official code repository for more information.