Hacker News new | ask | show | jobs
by Lazare 5193 days ago
I know! :( It was definitely a learning experience.

And in regards to your comment on mobile: Agreed! Not only is getting a slick mobile client a much more important use of resources that stuffing around with progressive enhancement, but a good JSON/REST API is really really helpful when it comes time to get a mobile app working.

Thinking of webapps as client-server applications communicating via a JSON API is really helpful at the moment, I think.

1 comments

Yes many people make that leap after a first iteration, but once you do the pattern becomes very clear and very powerful. Looking at your back-end as a platform for all future clients really helps as well.