Using Goliath to Integrate With External Services
Have an existing set of web services built on a synchronous stack? Do you want to start to get some of the benefits of using an asynchronous stack? Getting a legacy app to run using something like rack fiber pool may require a lot of work. In this post I outline a technique that allows you to integrate an async stack like goliath with your synchronous rails stack.
Post a comment