mdn/content

C# WebSocket Server needs example of sending unsolicited messages to the client

Open

#31,519 opened on 2024年1月5日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Markdown (22,427 forks)batch import
Content:WebAPIarea: WebSocketshelp wanted

Repository metrics

Stars
 (8,900 stars)
PR merge metrics
 (平均マージ 7d 3h) (30d で 147 merged PRs)

説明

MDN URL

https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API/Writing_WebSocket_server

What specific section or headline is this issue about?

N/A - Missing

What information was incorrect, unhelpful, or incomplete?

This article skips / stops short of arguably the most important functionality of websockets: THE ABILITY TO SEND "UNSOLICITED" MESSAGES TO THE CLIENT. Only the initial handshake and message RECEIVING is covered from the server-perspective. No sending.

What did you expect to see?

The guide needs to be completed with a piece of example code that takes data from the server environment (or from direct admin user input at the server) and passes said data to the client. The example C# program currently provided does not in any way facilitate or allow for this critical functionality.

Do you have any supporting links, references, or citations?

No response

Do you have anything more you want to share?

No response

MDN metadata

コントリビューターガイド