Y
Hacker News
new
|
ask
|
show
|
jobs
by
_neil
4918 days ago
I mean being able to compile to a .app file on OSX, .exe on windows, etc. TideSDK can do this in a wrapper-type of way like you mentioned.
1 comments
toni
4918 days ago
Yes, node-webkit does that too. Check out:
https://github.com/rogerwang/node-webkit/wiki/How-to-package...
link
fairwinds
4918 days ago
TideSDK handles the packaging and bundles everything into packaging native to the platform. You don't have to worry about what to include because it is gathered and packaged for you.
link