mirror of https://github.com/tidwall/evio.git
Update README.md
This commit is contained in:
parent
bd83ca50c1
commit
3db0020933
|
@ -146,7 +146,7 @@ evio.Serve(events, "tcp://0.0.0.0:1234?reuseport=true"))
|
|||
|
||||
## More examples
|
||||
|
||||
Please check out the [examples](examples) subdirectory for a simplified [redis](examples/redis-server/main.go) clone, an [echo](examples/echo-server/main.go) server, and a very basic [http](examples/http-server/main.go) server with TLS support.
|
||||
Please check out the [examples](examples) subdirectory for a simplified [redis](examples/redis-server/main.go) clone, an [echo](examples/echo-server/main.go) server, and a very basic [http](examples/http-server/main.go) server.
|
||||
|
||||
To run an example:
|
||||
|
||||
|
|
Loading…
Reference in New Issue