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:
parent
a46e48089d
commit
3c9a3a9405
6 changed files with 237 additions and 0 deletions
23
Base/usr/share/man/man1/EchoServer.md
Normal file
23
Base/usr/share/man/man1/EchoServer.md
Normal 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue