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. 



_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to