Dev Blog #2: Handlebars and Categories
At work, our applications are designed with a static front-end that uses $.ajax to make HTTP calls to an RPC-style API. I've only been around in the software world for a few years, but it's already pretty evident to me that RPC is associated with XML and is definitely not considered "hip" anymore, but I definitely understand why it works for our use cases, and why a strict REST API could get confusing. How do you model an HTTP request to send text messages out to a list of applications? With ...