mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-16 16:17:38 +03:00
16 lines
160 B
Markdown
16 lines
160 B
Markdown
# HelloWorld server example
|
|
|
|
Displays various request info.
|
|
|
|
# How to build
|
|
|
|
```
|
|
make
|
|
```
|
|
|
|
# How to run
|
|
|
|
```
|
|
./helloworldserver -addr=tcp.addr.to.listen:to
|
|
```
|