Linux: Socket Server and Client from command line

#Server ip: 192.168.0.1: $> nc 40000 #Client send message: echo "This is my message" | nc 192.168.0.1 40000

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.