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 autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.182.29.41 with SMTP id g9mr109925672obh.27.1452451256798; Sun, 10 Jan 2016 10:40:56 -0800 (PST) X-Received: by 10.182.112.202 with SMTP id is10mr1154406obb.7.1452451256771; Sun, 10 Jan 2016 10:40:56 -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!o2no1765496iga.0!news-out.google.com!l1ni9605igd.0!nntp.google.com!o2no1765485iga.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 10 Jan 2016 10:40:56 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=50.138.108.113; posting-account=yiWntAoAAAC1KqC_shmxJYv07B9l6LNU NNTP-Posting-Host: 50.138.108.113 References: <3a0f3d2b-4153-4689-b690-5ee94540a986@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <9ae17228-1070-498b-8ee1-7b86a3a78460@googlegroups.com> Subject: Re: Gnoga + Electron + Node.js = Cross Platform GUIs From: David Botton Injection-Date: Sun, 10 Jan 2016 18:40:56 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:29075 Date: 2016-01-10T10:40:56-08:00 List-Id: > Java Scripts. Node is basically used to implement the business logic of t= he application. So=20 > where fits Ada in? Node.js is only acting here is a layer between Gnoga and the OS to allow it= to be cross platform. Certainly it is possible to implement your application in JavaScript if you= want. However if you want the advantages of Ada than you do the implementa= tion of your business logic or other programming tasks in Ada. As I believe that Ada is an ideal solution for critical systems I choose to= use it over JavaScript. No one seriously developing large scale applicatio= ns uses JavaScript the language or if they must at least use typescript or = other extension of the language. Also electron is just one way of using Gnoga for cross platform GUIs, In ge= neral I find just have the Ada app launch a browser to be sufficient for my= needs or good old remote access via a URL. In those cases no need for Node= .js around. Gnoga is particularly great at offering nice GUIs to Raspberry Pi projects = and other embedded systems as unlike other solutions web based solutions th= ere is an active connection between the device and the browser for real tim= e monitoring and control no need for round trip Ajax, etc. like AWS or othe= r traditional http based solutions. David Botton