Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsantiagoh/ok-tcp-server
A TCP server that agrees with you
https://github.com/jsantiagoh/ok-tcp-server
Last synced: 28 days ago
JSON representation
A TCP server that agrees with you
- Host: GitHub
- URL: https://github.com/jsantiagoh/ok-tcp-server
- Owner: jsantiagoh
- Created: 2018-04-11T14:02:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-12T12:46:15.000Z (almost 7 years ago)
- Last Synced: 2024-10-28T16:47:56.482Z (3 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OK TCP Server
A simple TCP server that agrees with you.This server will respond to every single line sent with `OK\n` and create a log file with the content of the connection.
## Usage
```
./ok-server --host localhost:1234
```