https://github.com/codybartfast/hello-websocket-cs
WebSocket Client 'Hello World' using .Net in C#
https://github.com/codybartfast/hello-websocket-cs
client csharp dotnet hello-world websocket
Last synced: about 2 months ago
JSON representation
WebSocket Client 'Hello World' using .Net in C#
- Host: GitHub
- URL: https://github.com/codybartfast/hello-websocket-cs
- Owner: codybartfast
- License: mit
- Created: 2021-02-04T15:39:34.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-04T15:41:13.000Z (over 5 years ago)
- Last Synced: 2026-03-01T22:51:19.415Z (4 months ago)
- Topics: client, csharp, dotnet, hello-world, websocket
- Language: C#
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Hello WebSocket
#### A Simple Example of a .Net WebSocket Client.
A very simple example of using the WebSocket Client in .Net 5. It sends a single message to the server at [echo.websocket.org](https://www.websocket.org/echo.html) and then prints the returned message.
It doesn't deal with any exceptions or anything other than the basic '[happy path](https://en.wikipedia.org/wiki/Happy_path)'.