Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 376 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 376 Bytes

FrSrv

Description

Simple kqueue based TCP echo server. See the blog post for details.

Usage

# Start the server
go run .
# Check if we can connect
nc -vz 127.0.0.1 8080

# Send some data to receive echo
curl 127.0.0.1:8080
# Check open file descriptors
lsof -c FrSrv