dotnetomaniak.pl - Artykuły z tagiem WebSocket

This post discusses WebSocket lifetime and how to handle prematurely closed connections.

Źródło: www.tpeczek.com
Dziel się z innymi:
[EN] Back to WebSockets fundamentals in ASP.NET Core - Lifetime & Prematurely closed connections

Web 2255 dni, 49 minut temu tpeczek 83 źrodło rozwiń

A number of browsers support WebSocket per-message compression out of the box. This post shows how it can be used in ASP.NET Core.

Źródło: www.tpeczek.com
Dziel się z innymi:
[EN] WebSocket per-message compression in ASP.NET Core

Web 2456 dni, 14 godzin, 41 minut temu tpeczek 71 źrodło rozwiń

This post focuses on Cross-Site WebSocket Hijacking vulnerability and how to protect against it.

Źródło: www.tpeczek.com
Dziel się z innymi:
[EN] Preventing Cross-Site WebSocket Hijacking in ASP.NET Core

Web 2469 dni, 13 godzin, 45 minut temu tpeczek 54 źrodło rozwiń

WebSocket is the closest API to a network socket available in browser. This makes it probably the most flexible transport which a web application can use. That flexibility comes at price. From WebSocket perspective the message content is opaque. This means that client and server must agree on application subprotocol. WebSocket provides a simple subprotocol negotiation mechanism which helps in that task.

[EN] WebSocket subprotocol negotiation in ASP.NET Core

Web 2485 dni, 14 godzin, 49 minut temu tpeczek 80 źrodło rozwiń

Najaktywniejsi w tym miesiącu