River on Rails: Pushing select, performance sensitive tasks from Ruby to Go
Building an application in Ruby on Rails that offloads its most performance and parallel-sensitive tasks to Go via River background job. Combine the concise syntax and quick iteration of Ruby with the overwhelming runtime speed of Go.