Re: Simple Routing for web apps

2016-11-14 Thread Joe Golden
Thanx Beneroth. Your reference to http://software-lab.de/doc/app.html#urlSyntax was what I was looking for. This stuff is dense! Thanx for all the responses. On Sat, Nov 12, 2016 at 01:14:53AM +0100, andr...@itship.ch wrote: Hi Joe Please note that on the page http://picolisp.com/wiki/?web

RE: Simple Routing for web apps

2016-11-11 Thread andreas
Hi Joe Please note that on the page http://picolisp.com/wiki/?web the section Tutorial and the section Libraries and Alternatives talk about different things. The Tutorials section is all about the official Web-GUI/DB-Framework built on top of picolisp, which is part of the official distribution

Re: Simple Routing for web apps

2016-11-11 Thread Henrik Sarvell
Hi Joe, you might want to take a look at Jose's stuff: https://bitbucket.org/iromero91/web.l/src/718174234c82c0d5931754d6c172ef6799eed54d?at=default I'm the author of pl-web ( https://bitbucket.org/hsarvell/pl-web ), it's a bit different than the pure blabla -> blabla mapping, it doesn't provide t

Re: Simple Routing for web apps

2016-11-11 Thread Alexander Burger
On Fri, Nov 11, 2016 at 10:50:00AM -0500, Joe Golden wrote: > " http[s]://server.org/12345/path/file > > is forwarded to a server on localhost listening on port 12345, to ask for > the resource "path/file". " > > How is this resource generated from the "path/file" request. Is > "path/file" a r

Re: Simple Routing for web apps

2016-11-11 Thread Joe Golden
" http[s]://server.org/12345/path/file is forwarded to a server on localhost listening on port 12345, to ask for the resource "path/file". " How is this resource generated from the "path/file" request. Is "path/file" a real pathname and file? I come from Drupal and PHP and the URLs are all

Re: Simple Routing for web apps

2016-11-10 Thread Alexander Burger
Hi Joe, > Can someone point me to a reference for simple web routing? As in "If > xyz is your URL, do this"? I'm not sure what exactly you mean with "routing" in this contect. Does http://software-lab.de/doc/httpGate.html help? ♪♫ Alex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subjec