8000 GitHub - dinizgab/golang-webserver: A webserver made with golang
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dinizgab/golang-webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang webserver

  • This is a webserver built from scratch with Golang and it's standard library.

Todo

  • Refactor the main file
  • Create a model that holds the server informations
  • Make a request struct
  • Make a response struct
  • Create a better way to declare routes
  • Implement a way to store the routes (map[routeName]routeHandler)
  • Create a better way to parse the headers
  • Create a better way to parse URI params and query variables

About

A webserver made with golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0