Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.33 KB

File metadata and controls

31 lines (17 loc) · 1.33 KB

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