13 Introducing vice - go channels across many machines

medium.com posted by kenny 2457 days ago  

Concurrency is a great way to get more stuff done faster. Go channels are perfect for enabling multiple concurrent goroutines to safely communicate within a single process, but if we want to let multiple machines/nodes communicate in a similar way, we have to write completely different code and integrate with messaging queues, gRPC, or something else. Until now.

Register to comment or vote on this story