Thread: API help
View Single Post
Old 01-26-2015, 10:27 AM  
edgeprod
Permanently Gone
 
Industry Role:
Join Date: Mar 2004
Posts: 10,019
If you're going to implement an API backend, read up on RESTful APIs. This is the "right" way to do APIs.

Carefully consider the language you implement in. It's possible to build your API in a number of languages, from PHP and Python to more esoteric choices like Ruby and Node.js. The language you settle on will determine the maintainability, testability, and other factors.
edgeprod is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote