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 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

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