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.

有帮助吗?

解决方案

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?

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top