Broadcast Messaging and Live Chat

We have utilized web sockets and SignalR technologies in several different ways. Most notably in creating web applications that broadcast messages to connected users and provide live chat capabilities.

We have also developed a thin JavaScript client for automatically handling live updates using Web API and SignalR so when one users makes a change to a component’s data all other connected users dynamically see a refresh of the related UX and data without the need for extra coding or special case-by-case handling.

  • Date: 2019
  • Tags: Web Development, Web API, SignalR