1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 22:07:35 +00:00

EchoServer: Add a simple echo server

This commit is contained in:
Brendan Coles 2020-12-16 02:42:01 +00:00 committed by Andreas Kling
parent a46e48089d
commit 3c9a3a9405
6 changed files with 237 additions and 0 deletions

View file

@ -0,0 +1,23 @@
## Name
EchoServer - Serenity echo server
## Synopsis
```**sh
$ EchoServer [options]
```
## Description
EchoServer is a basic echo server for Serenity. By default, it runs on port 7.
## Options
* `-p`: Choose different port for EchoServer to attach to.
## Examples
```sh
$ EchoServer -p 1234
```