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

https://github.com/shahen94/go-server-cli

Simple, Fast server CLI on GO
https://github.com/shahen94/go-server-cli

Last synced: 4 months ago
JSON representation

Simple, Fast server CLI on GO

Awesome Lists containing this project

README

        

# go-server-cli
Simple, Fast server CLI on GO

**Getting Started**

```sh
$ git clone https://github.com/shahen94/go-server-cli.git
$ cd go-server-cli
$ go build go-server.go
$ cp go-server /usr/local/bin
```

**Usage**

```sh
$ go-server --port 4200
```