|
|
|
|
|
by nullwasamistake
2502 days ago
|
|
Eh I guess I meant "traditional" web MVC where HTML template for the whole page is pre-rendered on the server. 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. |
|
That'll suck. Hope your company doesn't use Github.