Content posted here with the permission of the author Rahul Ojha, who is currently employed at Josh Software. Original post available here Background We had 4 React apps running on the local server. All apps were running on different ports because we can not start multiple React Apps on the same port. We had to build … Continue reading Using Rack::Proxy To Serve Multiple React Apps On The Same Domain
Tag: rack
What is new in edge rails 2.3.3 ?
Rails community has released rails 2.3.3 recently with major upgrades and several bug fixes added.On the other side, Rails 3 ( i.e. merge of rails and merb framework ) is supposed to be officially get released in this May.Lets see what are the notable features added in rails 2.3.31. RackWhat is this rack ?Abstraction built … Continue reading What is new in edge rails 2.3.3 ?