DEV Community

Discussion on: Why I am considering Go

Collapse
 
kmukabe profile image
Kacha

Hey @gusain this a cool article, I'm learning Go as well. I wanted to find out what do you want to build with Go.

Collapse
 
gusain profile image
Akshansh Gusain

The company I work for is doing some work in the crypto domain, and my team is to build a group of services that could handle high throughput and scale well as the requirements changes with time. So far, I have implemented a caching service(which works with a Redis cluster) and a front-end facing service with web sockets.