patbonecrusher / signalr-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run the server Then run the client

The client will connect with the server

In the winform, there is a button.
Clicking the button does:

  • sends a message to the signalr server
    • the server sends the message back
    • the hub handler gets called
    • it fires an event
    • the ui receives the event
    • the ui then update a label in the form with the message

About


Languages

Language:JavaScript 95.3%Language:C# 3.1%Language:PowerShell 1.5%