Skip to content

http server made following the challenge on codecrafters

Notifications You must be signed in to change notification settings

Rex-82/go-http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is my solution to the "Build Your Own HTTP server" CodeCrafter Challenge implemented in Go.

This aims to provide an HTTP/1.1 server that is capable of serving multiple clients at once (by using goroutines).

  1. Ensure you have go (1.19) installed locally.
  2. Run ./your_server.sh to run the program, which is implemented in app/server.go.
  3. Use curl to test functionalities.

About

http server made following the challenge on codecrafters

Topics

Resources

Stars

Watchers

Forks