SkillAgentSearch skills...

Tcpserver

No description available

Install / Use

/learn @arpitbbhayani/Tcpserver
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Multi-threaded TCP Server

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

  • https://youtu.be/f9gUFy-9uCM

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 &

Related Skills

View on GitHub
GitHub Stars94
CategoryDevelopment
Updated3d ago
Forks3

Languages

Go

Security Score

75/100

Audited on Mar 27, 2026

No findings