nextwebgen.com

The Next Generation Web Now

Kaazing Gateway: HTML 5 WebSock Server Released

Filed under: Uncategorized — Dion Almaer at 6:06 am on Friday, October 31, 2008

Kaazing has released Kaazing Gateway, an open source HTML 5 WebSocket Server.

The HTML 5 WebSocket specification is a standard that attempts to simplify much of the complexity around achieving bi-directional communications between browsers and servers. The specification provides a simple JavaScript interface that enables developers to open a full-duplex socket connection and connect directly to any TCP-based back-end service (for example, JMS, JMX, IMAP, Jabber, and so on).

Kaazing Gateway makes it possible for developers to take advantage of WebSockets today by providing a JavaScript library that emulates the HTML 5 WebSocket, making it possible to build applications that leverage the WebSocket interface and that can be deployed to both modern and future browsers.

The ultra high-performance server behind Kaazing Gateway can support tens of thousands of concurrent connections on a single node. Multiple instances can be clustered with traditional HTTP load-balancers or DNS round robin, making it possible to support any number of persistent client connections. In addition to large numbers of connections, Kaazing Gateway can also handle high data throughput thanks to its high-performance, staged event driven architecture (SEDA).

The Atlantis release of Kaazing Gateway also comes prepackaged with JavaScript clients for popular message services such as Apache ActiveMQ and RabbittMQ as well as clients for XMPP services such as OpenFire, Jabberd, and other popular chat servers. This makes it easy for you to quickly build web-based chat applications or messaging applications such as stock matrixes, online trading platforms, or online games.

What is the WebSocket API?

JAVASCRIPT:

  1.  
  2. interface WebSocket {
  3.   readonly attribute DOMString URL;
  4.  
  5.   // ready state
  6.   const unsigned short CONNECTING = 0;
  7.   const unsigned short OPEN = 1;
  8.   const unsigned short CLOSED = 2;
  9.   readonly attribute int readyState;
  10.  
  11.   // networking
  12.   attribute EventListener onopen;
  13.  
  14.   attribute EventListener onmessage;
  15.   attribute EventListener onclosed;
  16.   void postMessage(in DOMString data);
  17.   void disconnect();
  18. };
  19.  

Durham status quo infuriates Ajax mayor – Toronto Star

Filed under: Uncategorized — Ajax - Google News at 3:36 am on Friday, October 31, 2008
Durham status quo infuriates Ajax mayor
Toronto Star,  Canada - 1 hour ago
Ajax Mayor Steve Parish is threatening legal action and demanding intervention by the province after Durham councillors rejected his plan to rebalance

Attack Ad Generator

Filed under: Uncategorized — Dion Almaer at 1:19 am on Friday, October 31, 2008

Would could be more perfect for a Friday before the election than an attack ad generator, written using jQuery, jQuery UI, and YUI base line CSS resets.

This is really nicely done, including great tools such as speech integration.

Classroom 2.0 and the joys of Ning – ZDNet

Filed under: Uncategorized — web 2.0 - Google News at 12:04 am on Friday, October 31, 2008
Classroom 2.0 and the joys of Ning
ZDNet - 2 hours ago
The second was Classroom 2.0, a network dedicated to, not surprisingly, using Web 2.0 tools like Ning in education. Ning has come a very long way since the

Goals help Gareth Barry to forget Liverpool move – Times Online

Filed under: Uncategorized — Ajax - Google News at 6:30 pm on Thursday, October 30, 2008

Times Online
Goals help Gareth Barry to forget Liverpool move
Times Online, UK - 1 hour ago
the lone striker, overcame an ankle injury to score in the 3-2 victory over Blackburn Rovers on Wednesday which, following strikes against Ajax in the
Carew claims 'misunderstanding' SkySports
O'Neill Draws Line Under Carew Saga Goal.com
O'NEILL: CAREW INCIDENT IN THE PAST Sportinglife.com
BirminghamMail.net - expressandstar.com
all 395 news articles

Aptana Delivers AJAX Server: Jaxer 1.0 – eWeek

Filed under: Uncategorized — Ajax - Google News at 5:05 pm on Thursday, October 30, 2008
Aptana Delivers AJAX Server: Jaxer 1.0
eWeek,  NY - 54 minutes ago
By Darryl K. Taft Aptana delivers the 1.0 version of its Asynchronous JavaScript and XML (AJAX) server. The company also delivers Jaxer Pro, a commercially

Supersport can dent proud Ajax record! – Sportingweb.co.za

Filed under: Uncategorized — Ajax - Google News at 3:09 pm on Thursday, October 30, 2008
Supersport can dent proud Ajax record!
Sportingweb.co.za, South Africa - 50 minutes ago
Ajax have not lost at home since April 2007 but as Liverpool showed on Sunday those runs have to end eventually. Both of these teams still languish near the

Envision Announces Webinar on “How Web 2.0 Will Change the Way Contact Centers Do Business” (Centre Daily Times)

Filed under: Uncategorized — Yahoo! News Search Results for web 2.0 at 12:23 pm on Thursday, October 30, 2008

Envision Telephony, Inc., a leading global provider of software solutions for the contact center and the enterprise, today announced the company will host a Webinar for contact center professionals entitled “How Web 2.0 Will Change the Way Contact Centers Do Business” on November 6, 2008, at 10 a.m. Pacific. Attendees will learn how the face of contact center operations is about to change and …

« Previous PageNext Page »