Skip to content

Releases: lmortezal/Chater

Chater v0.0.1 Release - Basic Online Chat System

21 Feb 20:59
Compare
Choose a tag to compare

Chater v0.0.1 Release - Basic Online Chat System

Chater is a simple and lightweight chat application written in Golang, designed for basic online communication between multiple clients. With Chater, you can easily set up a server and connect multiple clients to engage in real-time messaging.

Getting Started

  1. Download the bianry file.
  2. Start the server by running ./chater server -d 0.0.0.0 -p 8080.
  3. Connect clients to the server using ./chater client -d <server_address> -p 8080.

Release Notes:

  • Version: 1.0.0
  • Date: 2/22/2024

sha256:

  • windows: 201b8bd6bd20fbe6f66db5dd594fef91890b678cbcd9412d2af42f5b7a27b4da
  • linux: 785768289bf5d6a6564cdad33929aa0cef290c6f6a21b864dad0f2e121177099
  • mac(amd64): 68e7508eac27047a329b3bab57fe8ef62ad1277a557bef3239f32f51872b79b3
  • mac(arm64): 0ce00ea3242810c77a59186bf091e77a0643946432512518c5eb75368b96a475

Full Changelog: https://github.com/lmortezal/Chater/commits/v0.0.1