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.
- Install scriptcs.
- Install packages by executing
scriptcs -install.
- Run
scriptcs chatServer.csx(make sure you are running as admin)
- Run
scriptcs chatClient.csx(make sure you are running as admin) - 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.
- When you want to quit type :close and press ENTER.
If you have feedback create an issue in the ScriptCs.Net repo