Can I only work with API in golang for my react web application?

I am try to learning golang, and I have a web application with react.js, is it possible to work only with API with golang for back-end, I will need any framework?

what do you mean with “work only with API” ?

if you mean "implement a REST API backend in Go, of course is doable.

Yes like graphql api with pure gopang without web framework

Yes you can, of course, GraphQL is not included in the standard library but there’re several packages you can evaluate (check at https://awesome-go.com/)

is there any books or video for it ?

quite sure you’ll find something but at the moment nothing in my mind.

try with this https://tutorialedge.net/golang/go-graphql-beginners-tutorial/

well, you asked if it’s possible to build GraphQL backend in Go and the answer is YES.

We gave you some starting points where to look; now you should do deeper research and find what is the best tool for your needs.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.