Hi all.
Going to start a new project soon and will probably use Angular for the front end.
I'm just curious what do you guys use as a back end to serve JSON?
Most articles and discussions centre around using NoSQL but we need a relational database which is probably going to be MySQL. So the missing link is how to server JSON from MySQL really.
Express.js seems popular but again it seems to be centred around NoSQL/MongoDB. What other options are there that people actually use?
Thanks.
Going to start a new project soon and will probably use Angular for the front end.
I'm just curious what do you guys use as a back end to serve JSON?
Most articles and discussions centre around using NoSQL but we need a relational database which is probably going to be MySQL. So the missing link is how to server JSON from MySQL really.
Express.js seems popular but again it seems to be centred around NoSQL/MongoDB. What other options are there that people actually use?
Thanks.