m3talsmith / chatupgo

A stateless terminal based peer to peer chat application using GRPC and Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chatupgo

A stateless terminal based peer to peer chat application using GRPC and Go.

Development

Built and Tested Using

Build

The dependencies can be installed using: make deps

To build the project run: make build All binaries will be built then into the target directory.

To install run: make install

To uninstall run: make uninstall

There are a list of other tasks in the Makefile for those interested in the details.

About

A stateless terminal based peer to peer chat application using GRPC and Go


Languages

Language:Go 63.7%Language:Makefile 36.3%