directory
Version:
v0.0.0-...-5554eb0
Opens a new window with list of versions in this module.
Published: Nov 6, 2017
License: MIT
Opens a new window with license information.
README
¶
evio examples
echo-server
Runs on port 5000
go run examples/echo-server/main.go
Connect with telnet and start entering text.
telnet localhost 5000
http-server
Runs on port 8080
go run examples/http-server/main.go
Browse to http://localhost:8080.
All requests print Hello World!
.
redis-server
Runs on port 6380
go run examples/redis-server/main.go
Directories
¶
Click to show internal directories.
Click to hide internal directories.