Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 644 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 644 Bytes

Golculator

Introduction

A very simple local client-server calculator project built using Cobra + Echo and socket programming, written in Go.

Setup and run

First clone the repository and use go install or use the makefile to install the project. Then, for running server use:

golculator runserver

Running client is very similiar to running server, you can use:

golculator runclient

There are also two kind of flags, -p or --port to run program on a specific port number, and -s or --socket to run a socket version of client and server.