output app size

10 views
Skip to first unread message

biohaz...@gmail.com

unread,
Oct 3, 2012, 11:39:53 AM10/3/12
to node-...@googlegroups.com
Turns out that output apps sizeis over 30 MB. Plus, you have to carry nw.pak and a few libs. Am i doing something wrong? is there a way to decrease output file size?

Darren

unread,
Oct 3, 2012, 12:30:10 PM10/3/12
to node-...@googlegroups.com
Although it is pretty large, node-webkit includes the whole of node and a whole webkit browser instance.
This won't be getting much smaller I don't think :(

YuriSoloviov

unread,
Oct 3, 2012, 1:06:23 PM10/3/12
to node-...@googlegroups.com
that's sad because if i have a small chat app it grows to unreasonably large size

Zhao Cheng

unread,
Oct 3, 2012, 9:33:32 PM10/3/12
to node-...@googlegroups.com
It cannot get smaller, sorry for that.

When node-webkti gets popular in future, you can require user to
install node-webkit and only distribute the '.nw' file, like what .NET
applications do. But currently node-webkit lacks installers and
bindings to file types, which makes this way impractical now.

On Thu, Oct 4, 2012 at 1:06 AM, YuriSoloviov <biohaz...@gmail.com> wrote:
> that's sad because if i have a small chat app it grows to unreasonably large
> size



--
Cheng
Intel Open Source Technology Center

artur.t...@gmail.com

unread,
Jul 15, 2014, 10:31:46 AM7/15/14
to node-...@googlegroups.com
But you always can use: http://upx.sourceforge.net/ on Linux and Windows platform. that reduce exe file to 12.8MB

Paul Anthony Webb

unread,
Jul 15, 2014, 10:34:42 AM7/15/14
to node-...@googlegroups.com
I was looking at the size of my app, and it's ~80MB (it's a web browser). I then looked at Opera, Chrome, and Firefox. There are all at least 120MB. For a chat app, however, it's crazy to have so big a size.

Bastian KG

unread,
Jul 18, 2014, 5:07:31 AM7/18/14
to node-...@googlegroups.com
It's a pain for all application written to work in runtime environment. Look at java, you need to run whole jvm aswell. If you need small application size i guess it's better to write it in native, compiled language.
Reply all
Reply to author
Forward
0 new messages