-3

I'm in a project where I would like to use Node.js as a backend lenguage, maybe, create a Node.js Web Service to return JSON data, but, this project is using MySQL data base, It's possible to connect Node.js with MySQL?...How?

  • Possible duplicate of [Can't connect to localhost database from node.js server](http://stackoverflow.com/questions/17493224/cant-connect-to-localhost-database-from-node-js-server) – zloster Feb 22 '16 at 18:02
  • 4
    the easiest way (even easier than asking here) is to google 'nodejs mysql' and get all sorts of libraries and tutorials on that – Nir Levy Feb 22 '16 at 18:05

1 Answers1

0

There's an NPM module for MySQL. Installation and usage instructions can be found on the NPM page.

rgvassar
  • 5,635
  • 1
  • 24
  • 31