Skip to content

Files

Latest commit

a3b6621 · Feb 21, 2011

History

History
This branch is 35 commits behind dojo/demos:master.

babelChat

-------------------------------------------------------------------------------
BabelChat - Translating chat prototype with comet.
-------------------------------------------------------------------------------
Author: Peter Higgins (dante)
-------------------------------------------------------------------------------
Demo description

	A small demo showing off some of the capabilities of the Dojo Toolkit.
	Uses RPC to communicate with Google Translate services, and CometD to
	provide a simple multi-language chat room. Users login selecting a 
	native language, and language is translated by receiving client, 
	providing a very crude BabelFish-like device online.
	
-------------------------------------------------------------------------------
Dependencies:

	Dojo Core (scriptIO, FX)
	Dijit _Widget, Dijit _Templated foundation
	DojoX Cometd Client
	DojoX advanced iframe scriptIO 
	DojoX Dialog
	DojoX RPC Service with Google SMD

-------------------------------------------------------------------------------
Installation instructions

	Simply run the included demo.html
			
-------------------------------------------------------------------------------
@rank:-999