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
- Host: GitHub
- URL: https://github.com/shahen94/go-server-cli
- Owner: shahen94
- License: mit
- Created: 2016-11-07T20:50:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-07T20:57:39.000Z (over 8 years ago)
- Last Synced: 2025-01-03T00:14:26.354Z (5 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```