Skip to content

arpitbbhayani/tcpserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages