Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Three different methods of building a Go REST API (jetbrains.com)
2 points by asspirin12 on Aug 22, 2023 | hide | past | favorite | 1 comment


The first part of this series focuses on using the standard library for building a Go REST API, a simple and native way to create HTTP servers. The second part uses the gorilla/mux framework, which provides a more sophisticated way of creating HTTP servers with features like middleware and routing. The third article uses the Gin framework, which provides a comprehensive solution for creating REST applications.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: