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

https://github.com/mkeeler/tls-echo

Simple TLS enabled echo server written in Go
https://github.com/mkeeler/tls-echo

echo-server go tls

Last synced: 5 months ago
JSON representation

Simple TLS enabled echo server written in Go

Awesome Lists containing this project

README

          

# tls-echo

`tls-echo` is a simple TLS enabled echo server.

## Installation

`go get github.com/mkeeler/tls-echo`

## Usage

```
> tls-echo -cert -key -listen ":443" -prefix "echo prefix: "
2019/05/21 13:37:39 Now accepting TLS connections for :443
```