A bunch of brief intro of writing TCP server from scratch code.
Write to connection
1 | import ( |
Read from connection
1 | func main() { |
Response and request
1 | func handle(conn net.Conn) { |
A bunch of brief intro of writing TCP server from scratch code.
1 | import ( |
1 | func main() { |
1 | func handle(conn net.Conn) { |