Andre's post: Rev and the Web...
Bill Marriott
wjm at wjm.org
Sun Dec 28 03:49:46 EST 2008
Randall,
> I hope you are going to provide this functionality wrapped into xTalk's
> easy message passing protocol...
>
> send myClientMessage to myServer
>
> and...
>
> on myClientMessage
> do blablabla
> end myClientMessage
You can already do this with CGI scripts; you can already do it with URLs:
http://myserver/myscript.cgi?cmd=myClientMessage&p1=Hello+World
In the future, you will probably be able to do it with the embedded Rev code
in web pages as well. For example,
<?rev send myClientMessage to "http://myServer/myscript.cgi" ?>
And on the server, a handler for myClientMessage in the myscript.cgi file.
More information about the use-livecode
mailing list