ust like the title states, I'm looking for some tutorials in regards to sockets... my story is long, but I'll keep it brief.
Originally, I was trying to do client-to-mysql forms for fun. Realized there was no way to store a DB password in client code securely, so I wanted to start working with a client-to-server-to-mysql.
I was actually aware of sockets, but not really 'woke' to the concept of sockets, sync, and async. I started a tutorial with a basic client-server connection, realized it was a Sync type, and would not work for my project.
Any decent non-video async socket tutorials in c#
Is that a typo or are you trolling us?
Maybe author needs nim to c# socket or c# to nim socket.
Here are some examples on how to do nim websockets: https://github.com/treeform/ws
We don't have any thing specific for c#, you will have to look that up on c# forums.