Skip to content

AnujKumarSingh-Code/Web-Server-using-GO-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Web-Server-using-GO-lang

This project is a muti-threaded web server by using GO language

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

This project is a muti-threaded web server by using GO language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages