An open API service indexing awesome lists of open source software.

https://github.com/german-zarate/mysqlexpressnodejs

A great and simple website based on express with MySQL using.
https://github.com/german-zarate/mysqlexpressnodejs

express mysql nodejs router

Last synced: 4 months ago
JSON representation

A great and simple website based on express with MySQL using.

Awesome Lists containing this project

README

        

# MySQL Express Node JS

A great and simple website based on **expressJS** with **MySQL** using.

### Based on nodejs (javascript)

- https://nodejs.org/api/util.html
- https://expressjs.com/
- https://www.npmjs.com/package/mysql

### Why using util?

We need to communicate with **MySQL** and get data from that, so it will be easy if we use **util** in NodeJS.