|
|
|
|
|
by wbillingsley
1270 days ago
|
|
> What's the big advantage of encoding whole requests into JSON blobs If you're doing URL routing, you're at the mercy of your web framework If you've got a data structure coming in, you're probably turning it into types in the programming language you used fast, and you're more quickly into the land of plain old programming, rather than routing configuration in a web framework. |
|