PDA

View Full Version : Web JavaScript + PHP solutions


Vouters
21st December 2008, 05:47 PM
If you are interested in, here are my latest Web technologies studies.

JavaScript + JSON-RPC (the browser invokes a remote CGI C script).
This solution is indeed interesting.
http://vouters.dyndns.org:8080/javascript/ifrjson.html

JavaScript + PHP + JSON-RPC (=> PHP invokes a local C CGI script and
setups the JavaScript and html code).
This solution is only interesting in the case of several networked Web
servers.
http://vouters.dyndns.org:8080/PHP/ifrjson.php

JavaScript + PHP + SWIG (=> The C code is directly invoked by PHP).
This solution is the most interesting in the case of a local C code on a
single computer.
http://vouters.dyndns.org:8080/PHP/ifr_caller.php

JavaScript + PHP + SWIG + ONC RPC (=> code C network distributed)
This solution is indeed interested in the case of a networked
application using ONC RPC.
http://vouters.dyndns.org:8080/PHP/rpc_ifr.php

PS: Access to technical article is restricted
.
Philippe