An educational web application that teaches users how to build web servers in Go through interactive tutorials and examples. ├── content/ # Tutorial and example content ├── handlers/ # HTTP handlers ...
A simple tutorial that shows how implement a Web Server on the Finder Opta, in order to handle POST and GET requests on multiple endpoints.