| Author |
Dart and Native Client integration
|
Fernando Carvalho
Greenhorn
Joined: Feb 13, 2013
Posts: 7
|
|
Is there plans to integrate Dart and Native Client?
How can I put an Dart application to communicate with a Native Client module, in the same way I do in JavaScript?
|
 |
Chris Buckett
author
Greenhorn
Joined: Feb 12, 2013
Posts: 16
|
|
Hi,
According to this document: https://developers.google.com/native-client/devguide/coding/message-system, native client uses postMessage to communicate with JavaScript.
PostMessage is one of the ways (described in Dart in Action), that Dart itself communicates with JavaScript, so the same principal would also apply to NaCli.
|
Chris.
- my DartWatch blog
Sign up for the - Dart Weekly Newsletter
- Read my book Dart in Action
|
 |
 |
|
|
subject: Dart and Native Client integration
|
|
|