fawave_desktop icon indicating copy to clipboard operation
fawave_desktop copied to clipboard

Development rules

Open fengmk2 opened this issue 12 years ago • 1 comments

Why we have these rules?

Because we use webkit and nodejs context both, there are some limit in different context. If we mixed one context to the other, we will meet many strange thing and hard to handle it.

So I make these rules.

Rules

  1. Don't share Webkit context on nodejs context. Just let nodejs context handle backend things which we does in web server.

fengmk2 avatar Oct 09 '12 03:10 fengmk2

https://github.com/rogerwang/node-webkit/wiki/Transfer-objects-between-window-and-node

fengmk2 avatar Oct 10 '12 05:10 fengmk2