SignalR with react native app and c# website - asp.net-mvc

Is there any way to connect signalR to my React native app
Previously I had a web version in ASP .net and in that I had implemented SignalR.
But now we have to develop a react native App and also integrate chat in it.
So is there any way to connect with the same server and methods in the App?

This is good library to connect signar hub with react-native.
https://github.com/olofd/react-native-signalr
Only issue is that its not updated in a long time. we use this in our app and it works as expected.

Related

How to change the http:\\localhost:8001 to HTTPS for Electron .Net Core application

Currently, i have developed a.Net Core MVC application which includes the feature for screen sharing using the Janus webrtc.
The Janus WebRtc screen sharing will only work with the application running in HTTPS.
Now I have converted the MVC app to a desktop application using Electron. But the screen sharing is not working.
So kindly share some thoughts on this.

How to run Electron app on a server, and connect to it through a web browser from a client?

I’m interested in taking a Electron project, running it on a server, and connecting to the UI through a browser on my client.
Are there any existing projects that help with building something like this? Or is this functionality in some way built into the Electron framework?

Google O-Auth not working in WKWebView

I am basically working on an iOS app that provides a platform for other web apps to run. These Web apps load in WKWebView of my app. Now, these web apps have Google O-Auth which has stopped working with an error saying useragent_disallowed as google has blocked the use of Web Views. What is the suggested solution?

SignalR for Swift iOS native app

i've read this article but it uses xamarin
http://components.xamarin.com/view/signalr
So anyone have tried and tested a SWIFT library for build a signalr (versione 2.x) ios native app?
Thanks
There is a work on-going:
https://github.com/adamhartford/SwiftR
I wish Microsoft can build an official ios client for SignalR
No, because Xamarin is not capable of building a [static] library that can be consumed by a Swift app.

Is PhoneGap only for NativeApplications or for remote web app HTML pages too?

I am new to PhoneGap I want to know whether PhoneGap is only for Native Applications or for remote web app HTML pages too. Please any one answer me.
Thank you Lakshmi
Phonegap! enables software programmers to build applications for mobile devices using JavaScript, HTML5 and CSS3, instead of lower-level languages such as Objective-C/core-java. The resulting applications are hybrid, meaning that they are neither truly native (all layout rendering is done via the webview instead of the platform's native UI framework) nor purely web based (they are not just web apps but packed for appstore distribution, and have access to part of the device application programming interface). You can try Sencha, Ext-JS HTML5! frameworks to create remote web app HTML pages.
Phonegap! enables a web developer access to mobile devices's phonebook, Geolocation, compass, accelerometer,etc.(A browser is not exposed to these APIs')
Appcelerator Titanium! is another platform for developing mobile, tablet and desktop applications using web technologies.
PhoneGap can be used on webapps too, if loaded through PhoneGap. It won't work in mobile safari directly, you must also open the site via PhoneGap (the app on iDevices)
The power of Phonegap is that you can build apps with web technologies and then package them to install as native apps from the app stores. To the user there is no differentiation between a pure native app and a phonegap app. The average user just sees an "app" that they are used to. If you're going to build a vanilla mobile website, you won't have access to the native libraries which is what Phonegap is intended to leverage.

Resources