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.66.139.196 with SMTP id ra4mr393505pab.19.1423175016605; Thu, 05 Feb 2015 14:23:36 -0800 (PST) X-Received: by 10.140.37.113 with SMTP id q104mr6709qgq.0.1423175016256; Thu, 05 Feb 2015 14:23:36 -0800 (PST) Path: border2.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!hl2no10321529igb.0!news-out.google.com!q4ni11076qan.0!nntp.google.com!v8no6855548qal.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 5 Feb 2015 14:23:34 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2602:306:3784:5b10:f472:f0a0:b655:7880; posting-account=yiWntAoAAAC1KqC_shmxJYv07B9l6LNU NNTP-Posting-Host: 2602:306:3784:5b10:f472:f0a0:b655:7880 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: aws, gnoga or raw html? From: David Botton Injection-Date: Thu, 05 Feb 2015 22:23:36 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: number.nntp.giganews.com comp.lang.ada:192202 Date: 2015-02-05T14:23:34-08:00 List-Id: AWS would just be another web server. You would server the same pages and y= ou would use Ada instead of say PHP or Python. Gnoga is a completely different concept. You build an application as you wo= uld a desktop application accept it is running on the web. You could use Gn= oga in the same way as AWS as well since it has a built in Web server, etc. I recently added (as in last night) to Gnoga the ability to auto fall back = to http long polling and Ajax when Websockets are not available. What that = means is that you won't have to worry about firewall issues, etc. and use a= Gnoga application for "website" development is very reasonable. So to answer, if you plan on doing anything more than server static pages o= r occasional form submissions, Gnoga is probably the best option today (in = any language) if you want anything interactive. David Botton