Question

I am working on an application which uses Awesomium. I already have done the big parts of the project but now I am stucked at this point.

Situation: My web application receives message via socket.io. When I receive message in web application, I want to forward this message to awesomium, because c# app. does not know when the message comes.

I really have no idea about this. I know I can implement socket.io project in c# application but we already have an web application which is working and I want to embed this web app. into the c# app.

I really need to know, how to send message from javascript to awesomium.

Was it helpful?

Solution

It depends on what version of Awesomium you are using. A similiar question has been asked before and has a brilliant answer: Can I call application methods from JavaScript in Awesomium?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top