A basic server-based command line text chat program made in C# using GRPC
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Brazman 3dff182eba
Update README.md
9 months ago
BrazChat Add project files. 9 months ago
BrazChatClient Add project files. 9 months ago
.gitattributes Add .gitattributes, .gitignore, and README.md. 9 months ago
.gitignore Add .gitattributes, .gitignore, and README.md. 9 months ago
BrazChat.sln Add project files. 9 months ago
LICENSE Create LICENSE 9 months ago
README.md Update README.md 9 months ago

README.md

BrazChat

BrazChat is a simple server-based command line text chat program created with GRPC and C#. It is functional on both LAN and over internet.

Disclaimer

This client is by no means secure. Security features and encryption have yet to be added, and this is a hobby project just made for fun.

Installation

Download the latest binaries from the releases page.

Server Setup

If hosting a server, ensure that you alter the config.json file to use your desired IP and port. By default the server will be hosted on localhost with port 50051.

License

The Unlicense