(no title)
nullwasamistake | 6 years ago
We use gRPC web, so backend is a bunch of RPC endpoints. Front end is regular SPA.
This has worked great for us because it reduces backend to "shipping objects" instead of all the bs you normally have to deal with in HTTP.
With gRPC there's no use for rails, or any HTTP server framework. As far as I can tell, this is the future of web endpoints, so rails will die out.
bdcravens|6 years ago
That'll suck. Hope your company doesn't use Github.
nullwasamistake|6 years ago
RangerScience|6 years ago
nullwasamistake|6 years ago