さて、次のようなさまざまなチュートリアルを使用して websocket サーバーを作成しました。
http://japhr.blogspot.co.uk/2012/12/dart-client-and-server-websockets.html http://www.dartlang.org/docs/dart-up-and-running/contents/ch05 .html
ただし、サーバー側のコードを実行してクライアントにデータを送信しようとすると、
Class '_WebSocketImpl' has no instance method 'send'
send メソッドは何に変更されましたか?