I agree, I don't understand why there are not more custom clients out there. It seems everyone likes the standardization of the browser, and to be honest, with the HTML5 canvas element, it seems everything can be done... any custom widget can be made, running right in a browser. Plus, cell phones and smart phones have a built-in browser.
If I had a business that needed sockets, I would avoid the browser myself, except for putting a page out to the public. Internal parties, would avoid the filtering thru the various web servers, and open direct socket connections .... like a RealTime Chat with video between endpoints. See Tk encrypted echoing-chat client and server and ztk-enchat encrypted server client for some crude prototypes. As a matter of fact, the latest cool new APP out there seems to be something called Between, which allows realtime chat, with videos, between 2 people, it's always on connecting you to your honeybunch. :-)
What we really could use, is a version of Perl, written in javascript, which can be run in browsers as javascript. Python is already working on it, as there is an option for it in the firefox configure options.
| [reply] |
Wait. Wait. Wait...
> What we really could use, is a version of Perl, written in javascript, which can be run in browsers as javascript.
You mean like a javascript compiler that JIT perl code? How would we do it? would it compile the perl to JS? or?
Everytime I talk to you you leave me with homework ;) I've got a bit of research to do. (those links are pretty interesting).
Thanks!
| [reply] |
| [reply] |