Skip to content

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

License

Notifications You must be signed in to change notification settings

Amirhosein/Golculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks