PreviousNext

WebSockets support in ASP.NET Core | Microsoft Docs

by bill-s, 2017-04-02T04:16:07.000Z

This article explains how to get started with WebSockets in ASP.NET Core. WebSocket is a protocol that enables two-way persistent communication channels over TCP connections. It is used for applications such as chat, stock tickers, games, anywhere you want real-time functionality in a web application.

Read More