Monday 30 December 2019

Why do I have to use pg or express to use Node.js with Postgres?

I'm new to node.js and I've recently taken on the challenge to set up my own web server using it. However, I can't find a single tutorial that doesn't mention pg or express or something similar. So I'm just wondering, is it possible to hook up node.js and Postgres without using any other frameworks and is there anything stopping me from creating my own framework?

Submitted December 31, 2019 at 07:06AM by rafad900

No comments:

Post a Comment