sahansera / WebSocketsTutorial

πŸ”Œ a simple WebSockets implementation on .NET with SignalR

Home Page:https://sahansera.dev/understanding-websockets-with-aspnetcore-5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Understanding WebSockets on .NET

Documentation License: MIT Twitter: _SahanSera

Intro πŸ‘‹

In this tutorial, we will go through RFC 6455 WebSockets specification and configure a generic ASP.NET (Core) 5 application to communicate over WebSockets connection with SignalR. We will dive into the underlying concepts to understand what happens under the covers.

Usage πŸš€

Open a terminal and run dotnet run

Questions? Bugs? Suggestions for Improvement? ❓

Having any issues or troubles getting started? Get in touch with me

Support πŸŽ—

Has this Project helped you learn something new? or helped you at work? Please consider giving a ⭐️ if this project helped you!

Share it! ❀️

Please share this Repository within your developer community, if you think that this would make a difference! Cheers.

Contributing ✍️

PRs are welcome! Thank you

About

πŸ”Œ a simple WebSockets implementation on .NET with SignalR

https://sahansera.dev/understanding-websockets-with-aspnetcore-5

License:MIT License


Languages

Language:C# 100.0%