Tuesday 28 March 2017

Learning to use Node for Web

HiI'm currently trying to learn NodeJS for web development with MongoDB as my database.However, i'm having some issues regarding frameworks - Every single guide on the internet is using either Mongoose, Express, or some other framework to make the connection between node and the frontend page.However, i want to learn how to display data on a webpage with just pure Node and MongoDB with no frameworks.I do know that frameworks are a great help and they speed up development by A LOT, however i believe in learning stuff from ground up. Same as i learned how to use javascript before i learned how to use jQuery.Can anyone help me with this?Also, it seems to me that an API is the way to go if you want to make an application that can perform CRUD operations - is that the only way?, or is there some way to make nodeJS work kinda like PHP.Thanks in advance :)

Submitted March 28, 2017 at 07:19AM by Kacxer

No comments:

Post a Comment