1

I am working on a project that requires me to use nodejs filesystem in the CEF browser window that i create. I looked into node-webkit and appjs. I can not use them as there are other business aspects. I also could not find documentation on how are they doing it.

Can somebody explain or provide good source for understanding this ?

Ashish Negi
  • 5,193
  • 8
  • 51
  • 95
  • found this for node-webkit: https://github.com/rogerwang/node-webkit/wiki/How-node.js-is-integrated-with-chromium. – Ashish Negi Aug 26 '13 at 08:36

1 Answers1

0

node-webkit was based on CEF, but later moved to Content Layer of Chromium.

Roger Wang
  • 1,388
  • 10
  • 8