Google ha rilasciato un nuovo gadget per lo sviluppo di applicazioni in grado di lavorare realtime all’interno di Google Talk.
Questo permette agli sviluppatori di scrivere applicazioni che lavorino tra due istanze dell’applicazione in tempo reale, o quasi.
Esempi
Rock, Paper, Scissors
This is a simple application to let you play rochambeau with your friends. This demonstrates a very simple use of the gadgets.sharedstate
API.
http://code.google.com/apis/talk/examples/rps.xml
Chess
A full-featured chess game. A more complex game using the gadgets.sharedstate
API.
http://code.google.com/apis/talk/examples/chess.xml
Interpreter
An application that translates what your friend says into the language your browser is set to. An example of using other Google APIs in conjunction with the gadgets.sharedstate
API.
http://code.google.com/apis/talk/examples/interpreter.xml