0

I want to package a krakenjs app for node-webkit but i can achieve that especially for the "main" key manifest.

Can someone provide me a basic template based on kraken ?

Thanks

Guillaume
  • 844
  • 7
  • 25

1 Answers1

0

Actually it is not the best way to proceed. The file protocol provides you a better alternative. Read this:

https://github.com/rogerwang/node-webkit/wiki/about-node.js-server-side-script-in-node-webkit

roland
  • 7,695
  • 6
  • 46
  • 61
  • Ok so if i want to create firstly a desktop app and then change it for a full web, i'll hace to re-code my core ? – Guillaume Mar 19 '14 at 07:58