Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 896 Bytes

File metadata and controls

16 lines (12 loc) · 896 Bytes

ScriptCs.Net Sample: TCP Chat

Demo of the ScriptCs.Net script pack that leverages a TCP server and provides the ability to create various TCP clients to showcase a broadcasting chat.

Prerequisites

Running the server

  1. Run scriptcs chatServer.csx (make sure you are running as admin)

Running the clients

  1. Run scriptcs chatClient.csx (make sure you are running as admin)
  2. To send messages type and press ENTER. You should connect with at least 2 clients to see the messages from one in the other one.
  3. When you want to quit type :close and press ENTER.

If you have feedback create an issue in the ScriptCs.Net repo