From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.66.241.104 with SMTP id wh8mr71121368pac.44.1452608040411; Tue, 12 Jan 2016 06:14:00 -0800 (PST) X-Received: by 10.182.241.195 with SMTP id wk3mr1273344obc.8.1452608040377; Tue, 12 Jan 2016 06:14:00 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!h5no3440159igh.0!news-out.google.com!l1ni11349igd.0!nntp.google.com!o2no2249194iga.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 12 Jan 2016 06:13:59 -0800 (PST) In-Reply-To: <3a0f3d2b-4153-4689-b690-5ee94540a986@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=138.162.0.41; posting-account=9yqilwkAAAAlbxojEc6DW1OEOsACipCN NNTP-Posting-Host: 138.162.0.41 References: <3a0f3d2b-4153-4689-b690-5ee94540a986@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Gnoga + Electron + Node.js = Cross Platform GUIs From: Jere Injection-Date: Tue, 12 Jan 2016 14:14:00 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:29102 Date: 2016-01-12T06:13:59-08:00 List-Id: On Thursday, December 31, 2015 at 2:13:57 PM UTC-5, David Botton wrote: > Gnoga using the Electron (http://electron.atom.io/) project offers full c= ross platform native desktop GUIs and access to all of Node.js >=20 > The support is in git HEAD for Gnoga >=20 > Make sure you have node.js installed and npm on your path What kind of user deployment package will this require? I.E. do I need to = install electron and node.js packages on each of my users computers separat= ely, or will it be like the standard Gnoga app where I just add the needed = files to a directory near the gnoga executable (without needing to mess wit= h the user's path var) and it all runs fine?