Feb
08
2010
0

HTML5 Web Sockets and the Need for Speed!

Check out this great little demo at http://bloga.jp/ws/jq/wakachi/mecab/wakachi.html

v2-websockets-versus-XHR

It compares data flow in HTML5 Web Sockets on the one side versus XML HTTP Request on the other. When I ran it, the results were astounding: 565 milliseconds against 31444 millieseconds–wow! The Web Sockets experience is 55 times faster, in part, because there is so much less unnecessary header traffic going over the wire.

Try it in Google Chrome or a nightly build of WebKit (native WebSocket support). The demo is in Japanese, but you’ll get the picture. Waiting for content to render is a pain in any language!

case websocket (pipeline) 565 msec
XML HTTP request (parallel Ajax) 31444 msec
Written by peter.lubbers in: Uncategorized, WebSocket, html5 |
Jan
27
2010
0

Native HTML5 Web Sockets Support in Google Chrome!

imagesAt last, the latest production version of Google Chrome (4.0) on Windows features native HTML5 Web Sockets support. Read more about it on the Google Chrome blog.

Who’s next?

Written by peter.lubbers in: Uncategorized |
Jan
21
2010
0

Welcome, Yuan Huntington Weigel!

106fc34

Kaazing is very excited to welcome Yuan Huntington Weigel to the team. Yuan is joining as our new VP of Marketing. In this role, she will help build global awareness of the HTML5 WebSocket standard and Kaazing technology. Read the full press release here.

Written by peter.lubbers in: Uncategorized |
Jan
12
2010
1

JQuery, Web Sockets, and Kaazing—Sweet!

Over the weekend, Google alerted me about a new Web Sockets plugin for jQuery called jquery-websocket. I am a huge fan of jQuery (of Web Sockets, too, of course, but that goes without saying), so I could not wait to try this one out. As expected, it worked like a charm. Kudos to Shotaro.Tsubouchi for posting this!

Here is what I did:

  1. Started the Kaazing WebSocket Gateway demo bundle, which comes with a nifty WebSocket echo server demo that can be accessed at ws://localhost:8001/echo.
    access-kaazing-websocket-server-echo

    Figure 1–Accessing the Kaazing Web Sockets demo (in Firefox, thanks to Kaazing’s Web Sockets emulation!)

  2. Copied the example code from the Google code site for jquery-websocket (BTW, why aren’t there any publish dates posted on any of these google code project summary pages?), saved it as jquery-ws.html in the KAAZING_HOME/web directory.
  3. Opened the file in a text editor and changed the URL for the WebSocket connection to point to the Kaazing echo demo URL.
    Changed:

    var ws = $.websocket("ws://127.0.0.1:8080/", {

    To:

    var ws = $.websocket("ws://localhost:8001/echo", {
  4. Opened the Chrome browser (with native WebSocket support) and navigated to http://localhost:8000/jquery-ws.html (files in the KAAZING_HOME/web directory are served up through the Kaazing gateway).
  5. Entered some text in the text box and hit enter. It worked! True to jQuery’s slogan “Write less, do more,” the text was sent to the gateway demo service and echoed back, processed, and displayed on the page, with just the following simple lines of code:
    events: {
      message: function(e) { $('#content').append(e.data + '<br>') }
    }

    jquery-websockets-kaazing-chrome

    jQuery-based WebSocket app in Google Chrome

Written by peter.lubbers in: Uncategorized |
Jan
11
2010
0

Don’t Miss Frank Greco at Jfokus

jfokus-logo
Kaazing’s Frank Greco, will be speaking at the Jfokus conference in Stockholm, Sweden. His session, titled “HTML 5 Communications–The New Network Framework for the Web” will kick off at 11:30 a.m.  on Tuesday, January 27th. Don’t miss it!frank-greco-kaazing

Frank is the founder of the New York Java Special Interest Group (NYJavaSIG), one of the largest Java Users Groups (JUGs) on the planet. Frank has a long history as a Champion of the Java Platform; he taught a developer track session at the very first “Java Day” back in September 1995 in New York and started the NYJavaSIG that afternoon.

Written by peter.lubbers in: Uncategorized |
Jan
06
2010
0

Kaazing Open for Business in London

image002We’re excited to announce that Kaazing opened a new office in London on January first and we’d like to welcome Brad Drysdale and Philip Wye as the first Kaazing employees in the UK! Kaazing is headquartered in Mountain View, California with offices in New York City and now also in London.

phil-bradNew Zingers: Phil Wye and Brad Drysdale

Our London address is:
Kaazing Corporation
Hamilton House
1 Temple Avenue
London EC4Y 0HA
United Kingdom

Written by peter.lubbers in: Uncategorized |
Dec
30
2009
0

Earth Control Facebook App Update


Here is a nice article about the new and improved (and Kaazing-powered/HTML5 WebSocket-based) Earth Control Facebook application:

http://thescattering.wordpress.com/2009/12/28/conquering-time-and-space-with-a-facebook-app/

Update: check out this great article about HTML5 Web Sockets on John Bergman’s site.

Written by peter.lubbers in: Gaming |
Dec
24
2009
0

Video of the HTML5 WebSocket Presentation in France

Here is the video from Peter Lubbers’ recent presentation at the Ch’ti Java User Group meeting in Lille, France.

Written by admin in: Events, WebSocket, html5 |
Dec
17
2009
0

HTML5 Communication and WebSocket Presentations Now Online

html5-websockets-paris The HTML5 Communication and WebSocket presentations we held in France last week are now online:

Enjoy!

Written by peter.lubbers in: Uncategorized |
Dec
06
2009
1

Kaazing HTML5 WebSocket Talk at the Ch’ti JUG Meeting in Lille, France

chtijug_20090312_2The day after his Paris In the Brain session, Kaazing’s Peter Lubbers will be speaking about HTML5 Communication at the Northern France Ch’ti JUG meeting in Lille, France, hosted by Adeo. At the event, Kaazing will be raffling of an iPod Touch to one lucky attendee (must be present to win). There are still spots available, but they’re going fast, so sign up here.

Written by admin in: Uncategorized |

Powered by WordPress | Aeros Theme | TheBuckmaker.com WordPress Themes