Is it possible to create e-commerce web app totaly with golang?

I want to learn golang and I saw it has strong performance. I am just curious about , is it possible to create e-commerce web apps with golang?

well,

what do you need to to it ?

  • web layer with REST API? with go you can
  • access to DBMS ? with go you can
  • send emails ? with go you can
  • access to payment services using API? with go you can.

Go is a general purpose language so you can create whatever you want. if the question is “is there a package that helps me to build e-Commence app?” I’d suggest to have a look to awesome-go.com

1 Like

tnx so much it help me alots :slight_smile:

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