Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taylorjdawson/quiccat
https://github.com/taylorjdawson/quiccat
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/taylorjdawson/quiccat
- Owner: taylorjdawson
- Created: 2021-10-02T01:20:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-02T01:22:00.000Z (over 3 years ago)
- Last Synced: 2024-10-30T21:06:32.354Z (3 months ago)
- Language: Go
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quiccat
## Usage
Server
```bash
qc serve -a 'localhost:3333'
```
Client
```bash
qc client -a 'localhost:3333'
```