Tuesday 25 September 2018

Connecting to Database via Vanilla JS and Node, Using Only Built in Modules.​

I am looking to build a project using only vanilla js on the client side and node js on the server side, with only the build in modules. Are there any tutorials, or does anyone know how to connect to a Postgres or Mongo DB without using pg, mongoose or the like? I would like to try and avoid reverse engineering those packages if at all possible.

Submitted September 25, 2018 at 10:19PM by weedzgobot

No comments:

Post a Comment