Dart Chess is a web application written in the dart programming language which plays chess.
The client connects to my server via an HTML5 WebSocket, and the server, also written in dart, connects the WebSocket to the chess engine's stdin/stdout.
The chess engine is Stockfish 2.2.2 using eight cpu cores and it is given two and ½ seconds per move.
This application is in the very early development stage, it is a technogoly preview only.