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 that out of the box, just a few globals that you can use to create something like Macropis for instance: https://bitbucket.org/hsarvell/macropis I just noted that the websocket docs on the pl-web page is very outdated, will try to update it when time permits. On Fri, Nov 11, 2016 at 6:31 PM, Alexander Burger <[email protected]> wrote: > 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 real pathname and file? I come from Drupal and PHP and the >> URLs are all "virtual" or simply patterns and don't refer to a real >> filesystem > > That's a valid question. In case of PicoLisp, all such pathnames in URLs > are relative to the current working directory of the server process. > This is normally the PWD the server was started in (in case of httpGate > the 4th config parameter). No magic involved :) > > ♪♫ Alex > -- > UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe -- UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
