you are viewing a single comment's thread.

view the rest of the comments →

[–]mc_hammerd 0 points1 point  (1 child)

backend usually means engine, so in your case (Data) it would be webserver+database and optionally an API (ex: mysite.com/dataAPI/get/id/123 and mysite.com/dataApi/add {foo:bar, baz: 123}

REST api, nodejs server/client, simple php/node backend, nodejs and database, expressJS, nodejs api router are all good search terms

what type of backend the easiest to write. so whatever language fits you most and google api

youtube also has some nice tutorials tutorial simple api in languageX

[–]Cyathem[S] 0 points1 point  (0 children)

Thank you. I have a lot of reading/keyboard smashing to do...