Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 246 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 246 Bytes

HTTP server

Simple HTTP Server written in go

I wrote this server for a webserver. The main intention was to learn about the Go programming language.

Lessons leared

  • Go makes multithreading extremely simple
  • The syntax is easily readable