KiwiBlank / TCPChat

Console Chat in C# using TCP
1 stars 0 forks source link

KiwiBlank's TCPChat

Console Chat System using .NET

Features

Build & Installation

Prerequisites

NOTE: .NET is not required when running the included binaries.

Building

To build the solution, run

dotnet build

in the main directory.

Or, alternatively run publish.bat to build a ReadyToRun and self contained executable.

Usage

Server

  1. Run TCPChat-Server
  2. Edit the serverconfig.json to your liking.
  3. Run TCPChat-Server
  4. Type /server and follow the steps.

Client

  1. Run TCPChat-Client
  2. Edit the clientconfig.json to your liking. (See Available Colors Here)
  3. Run TCPChat-Client
  4. Type /connect and follow the steps.