Is it possible to communicate between Cordova and Native Android Via Socket Connection? -
i building voip mobile app, using ionic , cordova presentation layer, , pjsip sip layer, stuck @ communication level between 2 layers, javascript , android java, not looking using javascriptinterface in cordova webview, want use socket connection between javascript , android java.
things looked @ far:
serversocker thought, can use server, , make javascript in cordova webview receives it's sockets.
native socket io client socket.io client android, if can use this, have establish socket.io server in cordova webview
i tried add comment can add answer! since have similar requirement. can use signalr client socket in javascript running on android or iphone, or running on desktop browser(with html file hosted in www.a.com), connect signalr websocket server written c# hosted in www.b.com client , server can 'talk' each other, 2 clients cannot talk each other without going through server. asking same question?
Comments
Post a Comment