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.


I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku ................... flash japh

In reply to Re^3: Current Thoughts on Server/Client Best Development Strategies by zentara
in thread Current Thoughts on Server/Client Best Development Strategies by rl4518

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.