You're viewing old version number 1. - Current version
API first development design
http://blog.pop.co/post/67465239611/why-we-chose-api-first-development
https://news.ycombinator.com/item?id=6762534
Simple enough. Another project derivative idea based upon Junco code. No HTML Template usage. The server code only receives and returns JSON via REST API calls. The client code can do the formatting in any manner that it wants. Maybe it's another server app that is acting like a client, such as a cron script. The server code can be created in different programming languages if necessary, and all of their communication is through JSON-REST API calls.
#programming - #design - #javascript - #json - #rest - #api
From JR's : articles
90 words - 634 chars
created on
- #
source
- versions
Related articles
API-first-development design - Jun 23, 2014
July 2016 ToDo - Implement Micropub spec in JavaScript editor - Jul 14, 2016
Draftin.com WebHook URL info - Aug 09, 2013
Reuters' former Next Web system - Sep 19, 2013
Short list of REST API info - Jan 13, 2017
more >>