SignalR in Corona SDK

Is it possible to create signalR module or plugin for Corona? Or if is there any signalR module available can someone link it here.

Regards

Ali

If there is an iOS SDK or an Android SDK for it, then I suppose it might be possible to build it in Enterprise.   It sounds kinda difficult to implement.

Rob

Yes it is difficult. So, right now, we are using hidden webView which downloads the signalR JS generated by asp.net and store it on local folder. Once the ClientSide of SignalR is running in webView we send all the request through webView to the server and whatever returns we save it in file and then read the file to process it using Corona API. SignalR is available on GitHub me and my fellows are trying t convert that logic to lua I hope we come up with something. 

Another alternate is making PhoneGap to work along with Corona inside WebView.

I know one Corona developer got websockets working with Corona, but that only seemed to be a part of singleR.

Rob

If there is an iOS SDK or an Android SDK for it, then I suppose it might be possible to build it in Enterprise.   It sounds kinda difficult to implement.

Rob

Yes it is difficult. So, right now, we are using hidden webView which downloads the signalR JS generated by asp.net and store it on local folder. Once the ClientSide of SignalR is running in webView we send all the request through webView to the server and whatever returns we save it in file and then read the file to process it using Corona API. SignalR is available on GitHub me and my fellows are trying t convert that logic to lua I hope we come up with something. 

Another alternate is making PhoneGap to work along with Corona inside WebView.

I know one Corona developer got websockets working with Corona, but that only seemed to be a part of singleR.

Rob