What is the preferred way to send a list of strings from a python server to a C# client using TCP/sockets?
I've come across tangentially related sources but so far, nothing that specifically addresses this issue (judging by my limited background in networking).
A simple example would be much appreciated!
Thanks!