DEV Community

Discussion on: #help Should I use Golang or Node.js for E-commerce

Collapse
 
karanpratapsingh profile image
Karan Pratap Singh

I will say both are pretty good options.

Node would be great as you can develop in same stack as your frontend

Go has really well standard lib and it’s really easy to build and deploy go apps

I think Django is great too, not sure why they didn’t give you the option

Collapse
 
abidgulshahid profile image
Abid Gul Shahid

So what you are gonna suggest Node or Golang? They are also planing for a to build their own custom CRM. So I will be using the same lang as well for that.

Collapse
 
abigailnguyen profile image
CodingHabits • Edited

I think Golang is a good language to learn, and has good ecosystem. Having a bit a learning curve but once you figure it out, I find writing a program in go is enjoyable and you can also read the libraries quite easily too. So the learning curve in both adapting the language and writing a program pays off.

Collapse
 
karanpratapsingh profile image
Karan Pratap Singh

I think node might be a good fit here for you