Comment on Ask HN: What are the projects/apps I can build to learn Go Language?parentComments−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
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.