I hope this is not a bad question rising but I want to learn this concept with good example then only I can start my Realtime work.
I'm new to this WebSocket[TCP connection] concept and I have read some ( this and this) content regarding this concept and I got bit basic knowledge on this but my query is, I'm unable to find the sample example tutorial on this concept(in asp.net web form using c#) that is how to create websocket(server side) and how to receive that data(from client side) basic communication between server side and client side.
Please suggest me how to work with websocket and give me basic example.
I'm very beginner in programming language.