Skip to content

An useless HTTP-server written for the educational purposes

License

Notifications You must be signed in to change notification settings

alkorgun/httpGod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

httpGod

An useless HTTP-server written for the educational purposes (learning Go).

If you want to play with it, then you need a fully configured Go environment.

Usage:

  • make — build.
  • make install — install httpGod binary into your $GOPATH.
  • make uninstall
  • make clean
  • make run — equal to go run *.
  • make serve — serve your $HOME folder under the port 8080.
  • make fun — compare a fun implementation with the proper one.

About

An useless HTTP-server written for the educational purposes

Topics

Resources

License

Stars

Watchers

Forks