An open API service indexing awesome lists of open source software.

https://github.com/roylee0704/honestbee-test

HonestBee Take-Home Test (Backend Engineer)
https://github.com/roylee0704/honestbee-test

golang

Last synced: 29 days ago
JSON representation

HonestBee Take-Home Test (Backend Engineer)

Awesome Lists containing this project

README

        

### HonestBee Take-Home Test(Backend Engineer)

## Usage

To run a tcp-server
```sh
$ cd server
$ go run main.go
```

To run a tcp-client
```sh
$ cd client
$ go run main.go
```