Skip to content

abhub23/http-Server-Go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Http server from scratch in Go

🧩 Overview

  • Using net package from go std lib
  • Unix syscalls (low level) completely from scratch

✅ Some factors to remember

  • windows isn't unix based so it wont work using unix, you can use golang.org/x/sys/windows or if you want to stay unixified use WSL tool
  • on unix based systems it will work as exepected

About

http server in Go from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published