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.224.137.67 with SMTP id v3mr4283762qat.0.1381226719075; Tue, 08 Oct 2013 03:05:19 -0700 (PDT) X-Received: by 10.50.176.202 with SMTP id ck10mr29816igc.10.1381226719034; Tue, 08 Oct 2013 03:05:19 -0700 (PDT) Path: border1.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!i2no2489010qav.0!news-out.google.com!9ni21544qaf.0!nntp.google.com!i2no2489004qav.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 8 Oct 2013 03:05:18 -0700 (PDT) In-Reply-To: <5fc1df44-1e69-4d1b-96da-b7996374065d@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=90.212.68.95; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS NNTP-Posting-Host: 90.212.68.95 References: <3335c62a-555f-4390-b2c0-f455d44da9fe@googlegroups.com> <1768706649402194553.760328laguest-archeia.com@nntp.aioe.org> <5fc1df44-1e69-4d1b-96da-b7996374065d@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <9060ec2d-5746-4f96-a09b-3116f296346d@googlegroups.com> Subject: Re: Serring up Ada as a Web Server From: Lucretia Injection-Date: Tue, 08 Oct 2013 10:05:19 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Original-Bytes: 1743 Xref: number.nntp.dca.giganews.com comp.lang.ada:183603 Date: 2013-10-08T03:05:18-07:00 List-Id: On Monday, 7 October 2013 01:20:23 UTC+1, johannes falcone wrote: > so with the scgi library, how do you write a web app with input forms and lists of search results n stuff? Even though it's not complete and sending files is not possible yet, you can at least send pages and receive data back. See https://github.com/Lucretia/ether/blob/master/apps/test.adb for an example.