-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@aspnet/signalr package with nodeify #60
Comments
Did you ever find out how to connect the nativescript project to the signalr core server? I'm having the same issue currently. Thank you, |
Hello. I did, I used this package to make it work with Android. It has not been tested yet with IOS If you are using Azure or Aws servers I needed to setup special settings for it to work. Hope this helps Best regards, |
@stulli103 I'm interested in knowing what you did in Azure and how you configured your client locally. I'm using NS-Vue, but it should hopefully translate. |
Hi. Then this is a sample code for how the client talks to the signalR server `
` Hope this helps |
Hi.
I am trying to connect a nativescript project to a signalr core server.
I have already implemented a website made in angular that uses the @aspnet/signalr package.
https://www.npmjs.com/package/@aspnet/signalr
Has anyone made that package possible to use in a nativescript project using nodeify?
Thanks for your help and time.
Best regards,
Siggi
The text was updated successfully, but these errors were encountered: