GopherChat

command module
v0.0.0-...-fd04883 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 6, 2021 License: MIT Imports: 1 Imported by: 0

README

GopherChat

logo
A simple chat app written in Go that allows you to message other people using the terminal. It is an extension of Revochat, with direct message (DM) features that allow the user to send messages directly to another user without having to put the message in a group where other registered members can see it

Key Features

  • Huge performance improvements
  • Usage of Cloud Firestore to store messages, which makes it much more secure than Realtime Database
  • Far fewer dependencies, and solid builds and dependency management
  • Cross Platform, which means that the source code can be built for any platform

Packages/Tools Used

Special thanks to these tools and libraries for making this project possible :)

  • firebase.google.com/go for Firestore Client
  • fatih/colors for Colourful Terminal Output
  • golang.org/x/term for Password Input

Installation

MacOS/Linux (Arch: x64/arm64/386)
curl -fsSL https://github.com/MahanthMohan/GopherChat/blob/main/bin/{os}/{arch}/main?raw=true -o main
curl -fsSL https://github.com/MahanthMohan/GopherChat/raw/main/credentials.json -o credentials.json
Windows/NT (Arch: x64/arm)
iwr -useb https://github.com/MahanthMohan/GopherChat/blob/main/bin/windows/{arch}/main.exe?raw=true | ni main.exe -Force
iwr -useb https://github.com/MahanthMohan/GopherChat/raw/main/credentials.json | ni credentials.json -Force
Run
./main

Design Pattern

Design Pattern

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL