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 2259 dni, 13 godzin, 57 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 2461 dni, 3 godziny, 48 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 2474 dni, 2 godziny, 53 minuty 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 2490 dni, 3 godziny, 56 minut temu tpeczek 80 źrodło rozwiń

Najaktywniejsi w tym miesiącu