项目作者: RobertoCamara

项目描述 :
Observer SignalR
高级语言: C#
项目地址: git://github.com/RobertoCamara/ObserverSignalR.git
创建时间: 2017-04-13T18:21:38Z
项目社区:https://github.com/RobertoCamara/ObserverSignalR

开源协议:

下载


ObserverSignalR

Exemplo de Projeto utilizando o SignalR para simular um observer

Composição do Projeto

  • GatewayCommunication
    • Serviço Windows responsável por disponibilizar Hub SignalR para comunicação com os clientes
  • ListenUDP
    • Serviço Windows responsável por ouvir uma comunicação UDP. Este serviço repassa a mensagem recebida via UDP para o GatewayCommunication.
  • Send/SendUDP
    • Serviço Windows responsável por enviar mensagens via UDP
  • ObserverHubClients/ObserverHubClientA
    • Serviço Windows responsável por simular um cliente que ouça métodos do hub GatewayCommunication, no grupo “udp”
  • ObserverHubClients/ObserverHubClientB
    • Serviço Windows responsável por simular um cliente que ouça métodos do hub GatewayCommunication, no grupo “other”