dsuryd / dotNetify

Simple, lightweight, yet powerful way to build real-time web apps.
https://dotnetify.net
Other
1.17k stars 164 forks source link

Push Data #154

Closed quintonv closed 5 years ago

quintonv commented 5 years ago

Hi,

I would like to push some data directly to the SignalR hub from an external application. What would be the best way as the Hub?

Thanks

dsuryd commented 5 years ago

I’m not clear on what’s being asked. SignalR hub in general or dotNetify hub? What kind of external app?

On Tue, Nov 27, 2018 at 4:18 AM quintonv notifications@github.com wrote:

Hi,

I would like to push some data directly to the SignalR hub from an external application. What would be the best way as the Hub?

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dsuryd/dotNetify/issues/154, or mute the thread https://github.com/notifications/unsubscribe-auth/AOS8kl2FzicdEzVFKBHa9xFTMqvo8mSYks5uzS2VgaJpZM4Y1XvJ .

quintonv commented 5 years ago

I would like to for example update values to the shared VM from a console application.

On Tue, 27 Nov 2018, 17:32 Dicky Suryadi <notifications@github.com wrote:

I’m not clear on what’s being asked. SignalR hub in general or dotNetify hub? What kind of external app?

On Tue, Nov 27, 2018 at 4:18 AM quintonv notifications@github.com wrote:

Hi,

I would like to push some data directly to the SignalR hub from an external application. What would be the best way as the Hub?

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dsuryd/dotNetify/issues/154, or mute the thread < https://github.com/notifications/unsubscribe-auth/AOS8kl2FzicdEzVFKBHa9xFTMqvo8mSYks5uzS2VgaJpZM4Y1XvJ

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dsuryd/dotNetify/issues/154#issuecomment-442101622, or mute the thread https://github.com/notifications/unsubscribe-auth/AAB3RMeuNvT_wdpog3vVIQFgi7gcjhe8ks5uzVsDgaJpZM4Y1XvJ .

dsuryd commented 5 years ago

A C# console app pushing data to a VM running on ASP.NET Core server ? You will need a dotNetify C# client. It's not available yet, but it will be soon.

quintonv commented 5 years ago

Thanks, I'll wait for the c# client then.