Is it possible to use Google Appengine Channel API with DART language? It would be great if you can point to some examples and pitfalls if any.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The solution I’ve recommended is to use the Channel API in JS to open a socket and forward all messages via a postMessage or a custom event, and receive them in Dart.
I’m not sure if any generic solution has been open sourced, but it should be fairly trivial to do, and doesn’t require general JS-interop to work.
edit: clarified
edit 2:
FYI: I just published a library to do exactly this. I hope it works for you!
http://code.google.com/p/gae-channel-api-dart/