Sunday, 22 March 2020

RESTful Server with NodeJS

Hi guys, I'm trying to make a RESTful API that serves up data from MySQL database in an AWS EC2 instance. I've found a YouTube tutorial series showing how it can be done with mongoDB. But I need to be able to link it with a MySQL database instead. Is NodeJS the most suitable framework for this?The goal is to serve content to a mobile application.

Submitted March 23, 2020 at 02:38AM by shinyhero07

No comments:

Post a Comment