Base solution for your next web application
Open Closed

ASP.NET CORE & Angular .NET Framework 4.6.1 v6.8.0 with Signal R #7973


User avatar
0
mmorales created

Hello,

Is it possible to have a windows client app running signal R communicate with ASP.NET Zero. I want to be able to send calls to the app and transfer files between both. What are the limitations and recommendations. Appreciate any light you can shed on this issue.


2 Answer(s)
  • User Avatar
    1
    musa.demir created

    SignalR is not good for transferring big files. It is for realtime messaging. I think you should split your logics. Do messaging with signalr and transfer data with httpclient post.

    Firstly, You can create signalr client on windows client app. Google it. As a start you can check that: https://stackoverflow.com/a/12058856/9988758

    After you set signalR client and server do file uploading as with httpclient post, you can also get progress information and show client user. Example: https://stackoverflow.com/a/7196998/9988758

    (These links are first links that I saw on google. For more information google it.)

  • User Avatar
    0
    ismcagdas created
    Support Team

    This issue is closed because it has not had recent activity for a long time.