The rails themselves are based on several independent processes that do not have internetwork requests. I need to add a centralized stateful service (game machine) to my Rails application.
From the fact that I know little, I have to make this service state-stable. Is there any tutorial on how to make a rack application, and it is also important how to communicate with it with Rails. What is the idiomatic way to deploy it with Rails and idiomatic place to put it in my git Rails code base?
source share