Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```