DEV Community

Discussion on: Golang for Web (Part-I): Build your first REST API with Golang & Fiber

Collapse
 
robmeijeren profile image
Rob Meijeren

The thing that I always miss with this kind of explanations are the middle ware to secure the endpoints as now everyone can call them and create havoc

Collapse
 
devsmranjan profile image
Smruti Ranjan Rana

This is the first part of the Golang for Web series. Here I want to show, how this fiber web framework works with Golang.
We will go step by step. We'll add a database in our next part of this series with this app and then we will go for Authentication to make our endpoints private and so on.
Stay tuned. 🤝

Collapse
 
antonkusnadi profile image
Anton

Thank you for posting this. Any idea when will you post the second part?