Update README.md

This commit is contained in:
Brazman 2022-09-10 12:54:20 -05:00 committed by GitHub
parent 9e868e01e2
commit 3dff182eba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 1 deletions

View File

@ -1 +1,16 @@
BrazChat
# 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](https://github.com/Brazmann/BrazChat/releases/latest).
## 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](https://choosealicense.com/licenses/unlicense/)