Comment on Ask HN: What are the projects/apps I can build to learn Go Language?parentComments−himanshuyOP11yThat's just awesome! Can you share more details about it? Looks like you are consuming some api and producing the graphs and data realtime.−artursapek11yIt's a couple of Go services communicating between each other over TCP. Data persists in Redis, and is streamed live to clients over websockets.I'm planning on breaking it up into smaller services. Go is a great language for SOA.
Comments
That's just awesome! Can you share more details about it? Looks like you are consuming some api and producing the graphs and data realtime.
It's a couple of Go services communicating between each other over TCP. Data persists in Redis, and is streamed live to clients over websockets.
I'm planning on breaking it up into smaller services. Go is a great language for SOA.