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