arpitbbhayani / tcpserver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi-threaded TCP Server

This codebase demonstartes multi-threaded tcp server in Golang. For detailed explanation please refer to the following video

How to Run

$ go run main.go

Fire the following commands on another terminal to simulate multiple concurrent requests.

$ curl http://localhost:1729 &
$ curl http://localhost:1729 &
$ curl http://localhost:1729 &

About


Languages

Language:Go 100.0%