> On 15 Feb 2015, at 13:17, Daniel Zduniak <[email protected]> wrote: > > I'm interested in developing a solution that would allow to create desktop > apps with Node.js. > > I believe requiring user to install whole Node.js platform would seem to be > too cumbersome and just unnecessary since the user wouldn't really need full > developer environment for his needs - he only needs to be able to run the > app. It would be especially undesired on mobile, where installing Node.js is > simply difficult or maybe even impossible... > > So the solution I'm proposing would be to use special launcher with embedded > Node.js interpreter that would then run proper Node.js app... > > Is something like this currently possible? If yes could you provide me with > some hints?
Desktop apps with node are already created using NW.js and atom-shell and other tools -- the Atom text editor is already successful doing this. Making a shared library version of the interpreter is possible, or at least was recently, but may not go as far as you think. A lot of this has been explored, to varying degrees in a lot of projects. -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/27B903A8-07D6-4751-8885-B2CBD8CA4B41%40dinhe.net. For more options, visit https://groups.google.com/d/optout.
smime.p7s
Description: S/MIME cryptographic signature
