jkettmann/universal-react-relay-starter-kit

Support running combined render and GraphQL server

Closed this issue · 0 comments

Currently two servers have to be run in parallel. This is nice for development and when the app grows, but as a start it doubles the costs and exceeds the free tier of AWS due to two EC2 instances and 2 load balancers running.

Support running the render and GraphQL services on the same server to reduce this costs