Skip to content

droidrdee/TCP-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

TCP-Server

Multi-threaded TCP Server

This codebase demonstartes multi-threaded tcp server in Golang.

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

Multi-threaded TCP Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages